diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:15:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:15:53 +0000 |
commit | 41ee6846b4605bf50f1f5b12acffc71a76257e5d (patch) | |
tree | 78044e6ed77e26ebcdb14ac483f29d508d88a92d /CMakeLists.txt | |
parent | Adding debian version 4.2.5-2. (diff) | |
download | wireshark-41ee6846b4605bf50f1f5b12acffc71a76257e5d.tar.xz wireshark-41ee6846b4605bf50f1f5b12acffc71a76257e5d.zip |
Merging upstream version 4.2.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 155e0a43..c9f844d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,7 +57,7 @@ endif() # Updated by tools/make-version.py set(PROJECT_MAJOR_VERSION 4) set(PROJECT_MINOR_VERSION 2) -set(PROJECT_PATCH_VERSION 5) +set(PROJECT_PATCH_VERSION 6) set(PROJECT_BUILD_VERSION 0) set(PROJECT_VERSION_EXTENSION "") @@ -4259,6 +4259,7 @@ if(SHELLCHECK_EXECUTABLE) tools/pre-commit tools/randpkt-test.sh tools/release-update-debian-soversions.sh + tools/rpm-setup.sh tools/test-captures.sh tools/update-tx tools/valgrind-wireshark.sh |