We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399bfc7 commit 657f100Copy full SHA for 657f100
1 file changed
CMakeLists.txt
@@ -176,7 +176,7 @@ set(Launcher_FMLLIBS_BASE_URL "https://files.prismlauncher.org/fmllibs/" CACHE S
176
######## Set version numbers ########
177
set(Launcher_VERSION_MAJOR 2)
178
set(Launcher_VERSION_MINOR 1)
179
-set(Launcher_VERSION_PATCH 1)
+set(Launcher_VERSION_PATCH 2)
180
set(Launcher_VERSION_CODENAME "Maple")
181
182
set(Launcher_VERSION_NAME "${Launcher_VERSION_CODENAME}-${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_PATCH}")
0 commit comments