Skip to content

Commit

Permalink
misc: bump version to 1.0.1 for fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed May 19, 2017
1 parent 05e4c41 commit 6f6e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/Version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENDIF()

SET(FG_VERSION_MAJOR "1")
SET(FG_VERSION_MINOR "0")
SET(FG_VERSION_PATCH "0")
SET(FG_VERSION_PATCH "1")

SET(FG_VERSION "${FG_VERSION_MAJOR}.${FG_VERSION_MINOR}.${FG_VERSION_PATCH}")
SET(FG_API_VERSION_CURRENT ${FG_VERSION_MAJOR}${FG_VERSION_MINOR})
Expand Down

0 comments on commit 6f6e22a

Please # to comment.