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

Commit

Permalink
Releasing codyco v0.1.0 to provide a backward compatible dependency f…
Browse files Browse the repository at this point in the history
…or the walkman repository
  • Loading branch information
traversaro committed Apr 4, 2014
1 parent ae671a5 commit 73c2014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
project(CoDyCo)

set(CODYCO_VERSION_MAJOR "0")
set(CODYCO_VERSION_MINOR "0")
set(CODYCO_VERSION_PATCH "1")
set(CODYCO_VERSION_MINOR "1")
set(CODYCO_VERSION_PATCH "0")
set(CODYCO_VERSION "${CODYCO_VERSION_MAJOR}.${CODYCO_VERSION_MINOR}.${CODYCO_VERSION_PATCH}")


Expand Down

0 comments on commit 73c2014

Please sign in to comment.