aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-06-13 22:05:40 +0200
committerGitHub <noreply@github.com>2022-06-13 22:05:40 +0200
commitcb258146c4f66a1e3ad8f9262030900737d20101 (patch)
treeab37583591ce72e2025a3e924b50df71d6553b18 /CMakeLists.txt
parentd08815bbc161a3bfbca06a6c0c5c7aeb5f026173 (diff)
parent8683d529fc8182adc394a851bb9d1c4c68bf959e (diff)
downloadPrismLauncher-cb258146c4f66a1e3ad8f9262030900737d20101.tar.gz
PrismLauncher-cb258146c4f66a1e3ad8f9262030900737d20101.tar.bz2
PrismLauncher-cb258146c4f66a1e3ad8f9262030900737d20101.zip
Merge pull request #782 from Scrumplex/chore-bump-1.4.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 a0ae0a4f..b09e7fd2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,8 +72,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 3)
-set(Launcher_VERSION_HOTFIX 1)
+set(Launcher_VERSION_MINOR 4)
+set(Launcher_VERSION_HOTFIX 0)
# Build number
set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")