summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2016-06-24 10:09:07 +0200
committerPierre Bourdon <delroth@gmail.com>2016-06-24 10:09:07 +0200
commitac267a29405ae768037a8774b84b805a4180d1af (patch)
tree21599755072ce0bad6548edf4a05f99ebd83b270 /CMakeLists.txt
parent0e12bee9c76c2418390357b436182768dcc31708 (diff)
5.0 release5.0
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 47a76cdd25..5df4b2eb1f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -148,7 +148,7 @@ if(GIT_FOUND AND NOT DOLPHIN_WC_REVISION)
endif()
# version number
-set(DOLPHIN_VERSION_MAJOR "4")
+set(DOLPHIN_VERSION_MAJOR "5")
set(DOLPHIN_VERSION_MINOR "0")
if(DOLPHIN_WC_BRANCH STREQUAL "stable")
set(DOLPHIN_VERSION_PATCH "0")