Skip to content

Commit fef18b0

Browse files
committed
Release 2.0.0-rc-2
1 parent f3ca64d commit fef18b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/versioning.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(V_MAJOR 2)
22
set(V_MINOR 0)
33
set(V_PATCH 0)
4-
set(V_SUFFIX "-rc-1")
4+
set(V_SUFFIX "-rc-2")
55

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

0 commit comments

Comments
 (0)