Skip to content

Commit 71e8e32

Browse files
committed
Release 3.0.0-alpha-1
1 parent c810e70 commit 71e8e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/versioning.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
set(V_MAJOR 2)
2-
set(V_MINOR 2)
1+
set(V_MAJOR 3)
2+
set(V_MINOR 0)
33
set(V_PATCH 0)
4-
set(V_SUFFIX "")
4+
set(V_SUFFIX "alpha-1")
55

66
set(APPIMAGELAUNCHER_VERSION ${V_MAJOR}.${V_MINOR}.${V_PATCH}${V_SUFFIX})
77

0 commit comments

Comments
 (0)