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 Jan 15, 2015
1 parent e33645f commit 523e5d0
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 "0")
SET(VERSION_PATCH "1")
#SET(VERSION_SUFFIX "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(VERSION_SUFFIX)
Expand Down

0 comments on commit 523e5d0

Please sign in to comment.