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

Commit 73c2014

Browse files
committed
Releasing codyco v0.1.0 to provide a backward compatible dependency for the walkman repository
1 parent ae671a5 commit 73c2014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
1818
project(CoDyCo)
1919

2020
set(CODYCO_VERSION_MAJOR "0")
21-
set(CODYCO_VERSION_MINOR "0")
22-
set(CODYCO_VERSION_PATCH "1")
21+
set(CODYCO_VERSION_MINOR "1")
22+
set(CODYCO_VERSION_PATCH "0")
2323
set(CODYCO_VERSION "${CODYCO_VERSION_MAJOR}.${CODYCO_VERSION_MINOR}.${CODYCO_VERSION_PATCH}")
2424

2525

0 commit comments

Comments
 (0)