diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:20:32 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:20:32 +0100 |
commit | f42037a98f0dd6bca56516165a34083449c116ab (patch) | |
tree | dbc1f5c87becc7d8fa6d5e62a1129b90d97c752d | |
parent | 332eeec08418820d4adb05e835647b9f4004cf02 (diff) | |
download | yawa-f42037a98f0dd6bca56516165a34083449c116ab.tar.xz |
yawa version 0.9.0 released!0.9.0
Now fully feature complete with hsetroot
-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}") |