aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-11 04:20:32 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-11 04:20:32 +0100
commitf42037a98f0dd6bca56516165a34083449c116ab (patch)
treedbc1f5c87becc7d8fa6d5e62a1129b90d97c752d
parent332eeec08418820d4adb05e835647b9f4004cf02 (diff)
downloadyawa-f42037a98f0dd6bca56516165a34083449c116ab.tar.xz
yawa version 0.9.0 released!0.9.0
Now fully feature complete with hsetroot
-rw-r--r--CMakeLists.txt2
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}")