From kde-commits Tue Apr 30 22:47:21 2013 From: Daniel Nicoletti Date: Tue, 30 Apr 2013 22:47:21 +0000 To: kde-commits Subject: [colord-kde] /: 0.4.0 Post-release bump Message-Id: <20130430224721.4EBDAA603F () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=136736204818690 Git commit fa11abba84115dae00455dd61a280a06e64d06c6 by Daniel Nicoletti. Committed on 30/04/2013 at 19:22. Pushed by dantti into branch 'master'. 0.4.0 Post-release bump M +1 -1 CMakeLists.txt http://commits.kde.org/colord-kde/fa11abba84115dae00455dd61a280a06e64d06c6 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a085a4..10f4d6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project(colord-kde) = -set(COLORD_KDE_VERSION "0.3.0") +set(COLORD_KDE_VERSION "0.4.0") configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h ) =20