We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f6d5d commit 06fb8e8Copy full SHA for 06fb8e8
CMakeLists.txt
@@ -194,8 +194,8 @@ set(Launcher_FMLLIBS_BASE_URL "https://files.prismlauncher.org/fmllibs/" CACHE S
194
195
######## Set version numbers ########
196
set(Launcher_VERSION_MAJOR 1)
197
-set(Launcher_VERSION_MINOR 3)
198
-set(Launcher_VERSION_PATCH 6)
+set(Launcher_VERSION_MINOR 4)
+set(Launcher_VERSION_PATCH 0)
199
set(Launcher_VERSION_CODENAME "Sequoia")
200
201
set(Launcher_VERSION_NAME "${Launcher_VERSION_CODENAME}-${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_PATCH}")
0 commit comments