Update version number in branch 2.1

The next release will be 2.1.3, so better to have it in place now.
This commit is contained in:
Johan Wikman 2017-03-31 13:33:58 +03:00
parent 70c834026c
commit 4abdfa2ff7

View File

@ -5,7 +5,7 @@
set(MAXSCALE_VERSION_MAJOR "2" CACHE STRING "Major version")
set(MAXSCALE_VERSION_MINOR "1" CACHE STRING "Minor version")
set(MAXSCALE_VERSION_PATCH "2" CACHE STRING "Patch version")
set(MAXSCALE_VERSION_PATCH "3" CACHE STRING "Patch version")
# This should only be incremented if a package is rebuilt
set(MAXSCALE_BUILD_NUMBER 1 CACHE STRING "Release number")