Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 2abd4b2

Browse files
author
LNJ
committed
Release Kaidan 0.2.0
1 parent 26d6aca commit 2abd4b2

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
@@ -20,7 +20,7 @@ set(APPLICATION_DESCRIPTION "Cross platform XMPP client")
2020
set(VERSION_MAJOR 0)
2121
set(VERSION_MINOR 2)
2222
set(VERSION_PATCH 0)
23-
set(VERSION_EXTRA "dev")
23+
#set(VERSION_EXTRA "dev")
2424
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2525
if(VERSION_EXTRA)
2626
set(VERSION_STRING ${VERSION_STRING}-${VERSION_EXTRA})

0 commit comments

Comments
 (0)