From dbf3203da3661135ab303fe79afc3dba2ec36bc2 Mon Sep 17 00:00:00 2001 From: Scott Moreau Date: Fri, 18 Mar 2011 19:06:16 -0600 Subject: Bump VERSION to 0.9.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff3c55a..8bdeb5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ compiz_plugin (elements PLUGINDEPS composite opengl text) set (COMPIZ_VERSION_MAJOR 0) set (COMPIZ_VERSION_MINOR 9) -set (COMPIZ_VERSION_MICRO 0) +set (COMPIZ_VERSION_MICRO 4) set (VERSION ${COMPIZ_VERSION_MAJOR}.${COMPIZ_VERSION_MINOR}.${COMPIZ_VERSION_MICRO}) compiz_add_plugins_in_folder ("${CMAKE_CURRENT_SOURCE_DIR}/plugins") -- cgit v1.1