Skip to content
Snippets Groups Projects
Commit 8f45a7d4 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

bumped version to v0.1.1 (bugfix)

parent bbbea151
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.5) ...@@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.5)
project (simc) project (simc)
set (SIMC_MAJOR_VERSION 0) set (SIMC_MAJOR_VERSION 0)
set (SIMC_MINOR_VERSION 1) set (SIMC_MINOR_VERSION 1)
set (SIMC_PATCH_VERSION 0) set (SIMC_PATCH_VERSION 1)
set (SIMC_VERSION set (SIMC_VERSION
${SIMC_MAJOR_VERSION}.${SIMC_MINOR_VERSION}.${SIMC_PATCH_VERSION}) ${SIMC_MAJOR_VERSION}.${SIMC_MINOR_VERSION}.${SIMC_PATCH_VERSION})
set (SIMC_SOVERSION ${SIMC_MAJOR_VERSION}) set (SIMC_SOVERSION ${SIMC_MAJOR_VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment