Skip to content

Commit

Permalink
Release Kaidan 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LNJ committed Jun 6, 2017
1 parent 26d6aca commit 2abd4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(APPLICATION_DESCRIPTION "Cross platform XMPP client")
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(VERSION_EXTRA "dev")
#set(VERSION_EXTRA "dev")
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
if(VERSION_EXTRA)
set(VERSION_STRING ${VERSION_STRING}-${VERSION_EXTRA})
Expand Down

0 comments on commit 2abd4b2

Please sign in to comment.