Skip to content

Commit 4075ba1

Browse files
committed
Release 2.0.0
1 parent fef18b0 commit 4075ba1

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-2")
4+
set(V_SUFFIX "")
55

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

0 commit comments

Comments
 (0)