We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba5daf3 commit c8c1e93Copy full SHA for c8c1e93
CMakeLists.txt
@@ -5,7 +5,7 @@ project(AppImageLauncher)
5
set(V_MAJOR 1)
6
set(V_MINOR 0)
7
set(V_PATCH 0)
8
-set(V_SUFFIX ~beta1)
+set(V_SUFFIX ~beta2)
9
10
set(APPIMAGELAUNCHER_VERSION ${V_MAJOR}.${V_MINOR}.${V_PATCH}${V_SUFFIX})
11
0 commit comments