Skip to content

Commit e5ba541

Browse files
committed
Re-release 1.0.0 beta 1 with version numbering compatible to Debian
1 parent 57d3141 commit e5ba541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(AppImageLauncher)
55
set(V_MAJOR 1)
66
set(V_MINOR 0)
77
set(V_PATCH 0)
8-
set(V_SUFFIX -beta-1)
8+
set(V_SUFFIX ~beta1)
99

1010
set(APPIMAGELAUNCHER_VERSION ${V_MAJOR}.${V_MINOR}.${V_PATCH}${V_SUFFIX})
1111

0 commit comments

Comments
 (0)