Skip to content

Commit

Permalink
Release Kaidan v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LNJ committed Feb 26, 2017
1 parent ced1f1f commit c1b15b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ set(APPLICATION_DESCRIPTION "Cross platform XMPP client")

# Version
set(VERSION_MAJOR 0)
set(VERSION_MINOR 0)
set(VERSION_PATCH 1)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")

set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
Expand Down

0 comments on commit c1b15b6

Please sign in to comment.