Skip to content

Commit

Permalink
change version to 0.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Markgraf <[email protected]>
  • Loading branch information
steve-m committed Feb 7, 2014
1 parent 7fc97c4 commit df9596b
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 @@ -40,7 +40,7 @@ endif()
# Set the version information here
set(VERSION_INFO_MAJOR_VERSION 0) # increment major on api compatibility changes
set(VERSION_INFO_MINOR_VERSION 5) # increment minor on feature-level changes
set(VERSION_INFO_PATCH_VERSION git) # increment patch for bug fixes and docs
set(VERSION_INFO_PATCH_VERSION 3) # increment patch for bug fixes and docs
include(Version) # setup version info

########################################################################
Expand Down

0 comments on commit df9596b

Please sign in to comment.