Skip to content

Commit

Permalink
Fix versioning (fkanehiro#1079).
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Dec 8, 2016
1 parent 60f2a5f commit cd274fe
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 @@ -105,7 +105,7 @@ set(CPACK_PACKAGE_NAME hrpsys-base)
set(CPACK_PACKAGE_VENDOR "AIST")
set(CPACK_PACKAGE_CONTACT "Fumio Kanehiro <[email protected]>")
set(CPACK_PACKAGE_VERSION_MAJOR 315)
set(CPACK_PACKAGE_VERSION_MINOR 7)
set(CPACK_PACKAGE_VERSION_MINOR 9)
set(CPACK_PACKAGE_VERSION_PATCH 0)
execute_process(
COMMAND date +%Y%m%d%H%M
Expand Down

0 comments on commit cd274fe

Please sign in to comment.