From f65fd437dd4a4e7e731e4c19694214fff0ec5b53 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 29 Jul 2022 10:19:13 -0700 Subject: [PATCH] Fix our version. Update our version to 3.7.3. [skip ci] --- CMakeLists.txt | 2 +- docbook/attributes.adoc | 2 +- packaging/debian/changelog | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a02ce4a907..c2f69af20e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ project(${_project_name} C CXX) # Updated by tools/make-version.py set(PROJECT_MAJOR_VERSION 3) set(PROJECT_MINOR_VERSION 7) -set(PROJECT_PATCH_VERSION 2) +set(PROJECT_PATCH_VERSION 3) set(PROJECT_BUILD_VERSION 0) set(PROJECT_VERSION_EXTENSION "") diff --git a/docbook/attributes.adoc b/docbook/attributes.adoc index bc892afc1b..bd3b81d445 100644 --- a/docbook/attributes.adoc +++ b/docbook/attributes.adoc @@ -1,6 +1,6 @@ // Common attributes -:wireshark-version: 3.7.2 +:wireshark-version: 3.7.3 :logray-version: 0.9.0 // Required for btn, kbd:, and menu: macros. diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 5a5e53adc7..6924b81a62 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -wireshark (3.7.2) unstable; urgency=low +wireshark (3.7.3) unstable; urgency=low * Self-made package