From f42037a98f0dd6bca56516165a34083449c116ab Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 11 Nov 2014 04:20:32 +0100 Subject: yawa version 0.9.0 released! Now fully feature complete with hsetroot --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- cgit v1.2.3-54-g00ecf