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 c810e70 commit 71e8e32Copy full SHA for 71e8e32
cmake/versioning.cmake
@@ -1,7 +1,7 @@
1
-set(V_MAJOR 2)
2
-set(V_MINOR 2)
+set(V_MAJOR 3)
+set(V_MINOR 0)
3
set(V_PATCH 0)
4
-set(V_SUFFIX "")
+set(V_SUFFIX "alpha-1")
5
6
set(APPIMAGELAUNCHER_VERSION ${V_MAJOR}.${V_MINOR}.${V_PATCH}${V_SUFFIX})
7
0 commit comments