CMakeLists.txt | 4 ++-- NEWS | 6 ++++++ VERSION | 2 +- debian/changelog | 7 +++++++ 4 files changed, 16 insertions(+), 3 deletions(-)
New commits: commit 9107022bf3af7db101519463455670a362ccc6fd Author: Janos Guljas <[email protected]> Date: Sun May 1 13:24:52 2011 +0200 Prepare 0.9.4-1 diff --git a/debian/changelog b/debian/changelog index 73a1623..02ebd74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libcompizconfig (0.9.4-1) experimental; urgency=low + + * Non-maintainer upload. + * New upstream release. + + -- Janos Guljas <[email protected]> Thu, 28 Apr 2011 20:54:04 +0200 + libcompizconfig (0.9.2.1+git20110226.78a7cc8c-1) experimental; urgency=low * Incorporate Janos Guljas' compiz packaging work, thanks! commit 367fb8df91a4e094f90cb6678cd217dd71b890aa Author: Sam Spilsbury <[email protected]> Date: Mon Mar 7 18:07:43 2011 +0800 "Bump VERSION to 0.9.4" diff --git a/VERSION b/VERSION index f626ec2..a602fc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.9.0 +0.9.4 commit e1f0133d85bda7d42d95a9d4c60a3c68bdd41d0f Author: Sam Spilsbury <[email protected]> Date: Mon Mar 7 18:07:43 2011 +0800 "Update CMake Version" diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f9e686..0583a53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,8 @@ set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake) # An even micro number indicates a released version. set (LIBCOMPIZCONFIG_VERSION_MAJOR 0) set (LIBCOMPIZCONFIG_VERSION_MINOR 9) -set (LIBCOMPIZCONFIG_VERSION_MICRO 2) -set (LIBCOMPIZCONFIG_VERSION_MACRO 1) +set (LIBCOMPIZCONFIG_VERSION_MICRO 4) +set (LIBCOMPIZCONFIG_VERSION_MACRO 0) set (VERSION ${LIBCOMPIZCONFIG_VERSION_MAJOR}.${LIBCOMPIZCONFIG_VERSION_MINOR}.${LIBCOMPIZCONFIG_VERSION_MICRO}.${LIBCOMPIZCONFIG_VERSION_MACRO}) set (_libcompizconfig_package_string "LibCompizConfig ${VERSION}") commit fad9572a85341df0b042331b6a58f5642eb19ab3 Author: Sam Spilsbury <[email protected]> Date: Mon Mar 7 18:07:34 2011 +0800 "Update news for 0.9.4 release" diff --git a/NEWS b/NEWS index 1846b6c..17eb3c6 100644 --- a/NEWS +++ b/NEWS @@ -15,3 +15,9 @@ Fixed symbol linking issue with backends Release 0.9.2.1 (2010-11-06 Sam Spilsbury <[email protected]>) ======================================================================== Bugfix release. + +Release 0.9.4 (2010-02-24 Sam Spilsbury <[email protected]>) +======================================================================== +Development Release. + +Install systemwide profiles correctly -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

