Skip to content

Commit

Permalink
Merge pull request #115 from arrayfire/devel
Browse files Browse the repository at this point in the history
Change patch version to 0 (version: 0.9.0)
  • Loading branch information
shehzan10 committed Sep 10, 2016
2 parents d1e8287 + 0eab8bd commit c6bea12
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 "0")
SET(FG_VERSION_MINOR "9")
SET(FG_VERSION_PATCH "0-beta")
SET(FG_VERSION_PATCH "0")

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 c6bea12

Please sign in to comment.