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 4b26163 commit 80f0886Copy full SHA for 80f0886
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 3)
198
-set(Launcher_VERSION_PATCH 4)
+set(Launcher_VERSION_PATCH 6)
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