summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2017-06-02 15:39:32 -0700
committerGerald Combs <gerald@wireshark.org>2017-06-02 22:40:36 +0000
commit4ca91db0eddc8e1d502efc3965464b13baa36005 (patch)
tree6f764736d6f98773a1f579ae9e726a7a0b0c8e2e /CMakeLists.txt
parent57b0527821b69dc8aa0786a3b5a425192795aff2 (diff)
downloadwireshark-4ca91db0eddc8e1d502efc3965464b13baa36005.tar.gz
2.3.0 → 2.5.0.
Change-Id: I83ecbff82b23702f40ce1bae45be23e3336ff2c4 Reviewed-on: https://code.wireshark.org/review/21905 Reviewed-by: Gerald Combs <gerald@wireshark.org>
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 a5a8ce9f93..1916c1bfa1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ project(Wireshark C CXX)
# Updated by make-version.pl
set(GIT_REVISION 0)
set(PROJECT_MAJOR_VERSION 2)
-set(PROJECT_MINOR_VERSION 3)
+set(PROJECT_MINOR_VERSION 5)
set(PROJECT_PATCH_VERSION 0)
set(PROJECT_BUILD_VERSION ${GIT_REVISION})
set(PROJECT_VERSION_EXTENSION "")