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 38a5315 commit 98d58d3Copy full SHA for 98d58d3
CMakeLists.txt
@@ -195,7 +195,7 @@ set(Launcher_FMLLIBS_BASE_URL "https://files.prismlauncher.org/fmllibs/" CACHE S
195
######## Set version numbers ########
196
set(Launcher_VERSION_MAJOR 1)
197
set(Launcher_VERSION_MINOR 4)
198
-set(Launcher_VERSION_PATCH 0)
+set(Launcher_VERSION_PATCH 1)
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