aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortxtsd <thexerothermicsclerodermoid@gmail.com>2022-05-23 08:44:56 +0530
committerGitHub <noreply@github.com>2022-05-23 08:44:56 +0530
commitbe1e2c07ecb9bda084995b86ec1b562cbc8dfbdf (patch)
tree4a43f485d9e3dba02f514607f15bd743d2baa0d7 /CMakeLists.txt
parentac4497a1f232de78b3efc5e2ff0d5ca9ed224ad1 (diff)
parentd72c75db239dbff7e41c0d4a20df5337b9685a16 (diff)
downloadPrismLauncher-be1e2c07ecb9bda084995b86ec1b562cbc8dfbdf.tar.gz
PrismLauncher-be1e2c07ecb9bda084995b86ec1b562cbc8dfbdf.tar.bz2
PrismLauncher-be1e2c07ecb9bda084995b86ec1b562cbc8dfbdf.zip
Merge pull request #622 from Scrumplex/chore-bump-1.3.0
Bump version to 1.3.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a8c28e99..e2635c3f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,8 +73,8 @@ set(Launcher_HELP_URL "https://polymc.org/wiki/help-pages/%1" CACHE STRING "URL
######## Set version numbers ########
set(Launcher_VERSION_MAJOR 1)
-set(Launcher_VERSION_MINOR 2)
-set(Launcher_VERSION_HOTFIX 2)
+set(Launcher_VERSION_MINOR 3)
+set(Launcher_VERSION_HOTFIX 0)
# Build number
set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")