Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-06-04 09:14:03 +0300
committerRobert Adam <dev@robert-adam.de>2021-06-04 09:14:03 +0300
commitc4089b7e91473fc0fbe5e254457c503b3206c8dd (patch)
tree59c83e0e31e2ce7524a70cf1e58cafea6dc43867 /CMakeLists.txt
parent258b78574661ef7a5efec9cd9f0aa254bdbf5e22 (diff)
BUILD: Bump version number to 1.5.0
Now that the 1.4.x branch has been split off, the current master branch must now be considered to be for version 1.5.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 7878a1612..0e9fdc384 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ endif()
string(TIMESTAMP MUMBLE_BUILD_YEAR "%Y")
project(Mumble
- VERSION "1.4.0.${BUILD_NUMBER}"
+ VERSION "1.5.0.${BUILD_NUMBER}"
DESCRIPTION "Open source, low-latency, high quality voice chat."
HOMEPAGE_URL "https://www.mumble.info"
LANGUAGES "C" "CXX"