Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit ebdc322

Browse files
authored
Merge pull request #286 from robotology/bump_version_to_0_3
Bump version to 0.3.0
2 parents d673cbe + 42a58eb commit ebdc322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endif()
2626

2727
set(VARS_PREFIX ${PROJECT_NAME})
2828
set(${PROJECT_NAME}_VERSION_MAJOR "0")
29-
set(${PROJECT_NAME}_VERSION_MINOR "2")
29+
set(${PROJECT_NAME}_VERSION_MINOR "3")
3030
set(${PROJECT_NAME}_VERSION_PATCH "0")
3131
set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}")
3232

0 commit comments

Comments
 (0)