Skip to content

Commit

Permalink
Continue with 0.3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LNJ committed Jun 19, 2017
1 parent bdeb14a commit 5bf3155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ set(APPLICATION_DESCRIPTION "Cross platform XMPP client")

# Version
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
set(VERSION_PATCH 3)
#set(VERSION_EXTRA "dev")
set(VERSION_MINOR 3)
set(VERSION_PATCH 0)
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 5bf3155

Please sign in to comment.