aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-05-11 13:10:42 -0700
committerGerald Combs <gerald@wireshark.org>2022-05-11 13:12:42 -0700
commit565670c1c886a0da8f5d36df849b7f519931a82d (patch)
tree58a5ede987df6b9c810e631a534445835799d359 /CMakeLists.txt
parentc5b983c93a68d14eea00614d5c3b3eb6abc00174 (diff)
Version: 3.7.0 → 3.7.1
[skip ci]
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b753ef59c..99a7eecb2d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ project(${_project_name} C CXX)
set(GIT_REVISION 0)
set(PROJECT_MAJOR_VERSION 3)
set(PROJECT_MINOR_VERSION 7)
-set(PROJECT_PATCH_VERSION 0)
+set(PROJECT_PATCH_VERSION 1)
set(PROJECT_BUILD_VERSION ${GIT_REVISION})
set(PROJECT_VERSION_EXTENSION "")