Skip to content

Commit

Permalink
Updating version to 0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmpSurak committed Sep 11, 2015
1 parent 916198c commit db5db83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project (OGMP)
# Version
set(OGMP_MAJOR_VERSION 0)
set(OGMP_MINOR_VERSION 0)
set(OGMP_PATCH_VERSION 1)
set(OGMP_PATCH_VERSION 2)
set(OGMP_VERSION ${OGMP_MAJOR_VERSION}.${OGMP_MINOR_VERSION}.${OGMP_PATCH_VERSION})

# Dependencies
Expand Down

0 comments on commit db5db83

Please sign in to comment.