[kdelibs/KDE/4.9] /: No need to have the same version number twice here.
David Faure
faure at kde.org
Mon Jul 2 13:43:24 UTC 2012
Git commit 7d9cb9b72d122213fe08c0fdbf978b6780167a1e by David Faure.
Committed on 02/07/2012 at 15:40.
Pushed by dfaure into branch 'KDE/4.9'.
No need to have the same version number twice here.
CCMAIL: release-team at kde.org
M +1 -1 CMakeLists.txt
http://commits.kde.org/kdelibs/7d9cb9b72d122213fe08c0fdbf978b6780167a1e
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 916f32f..461f80e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ set (KDE_VERSION_MAJOR 4)
set (KDE_VERSION_MINOR 8)
set (KDE_VERSION_RELEASE 97)
set (KDE_VERSION "${KDE_VERSION_MAJOR}.${KDE_VERSION_MINOR}.${KDE_VERSION_RELEASE}" )
-set (KDE_VERSION_STRING "${KDE_VERSION} (4.8.97)")
+set (KDE_VERSION_STRING "${KDE_VERSION}")
set (KDE_DISTRIBUTION_TEXT "compiled sources" CACHE STRING "Indicate the distribution in bug reports" )
More information about the release-team
mailing list