diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c48c6b4..b99ce2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(EXISTS ".git/") set(PACKAGE_VERSION ${GIT_VERSION}) endif() else() - set(PACKAGE_VERSION "0.0.1") + set(PACKAGE_VERSION "0.9.0") endif() set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") |