Skip to content

Commit

Permalink
Bump version for stable-1.1 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 10, 2015
1 parent aea8460 commit 9e3f344
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 @@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig)

SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "1")
SET(VERSION_PATCH "1")
SET(VERSION_PATCH "2")
#SET(VERSION_SUFFIX "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(VERSION_SUFFIX)
Expand Down

0 comments on commit 9e3f344

Please sign in to comment.