[kdelibs/KDE/4.10] /: New branch for the future kdelibs-4.10. Setting version number to 4.9.90 for now.

David Faure faure at kde.org
Thu Aug 16 09:02:12 UTC 2012


Git commit fed5ee75c021cf3052f1461acc26dcf1bbd0c7b2 by David Faure.
Committed on 16/08/2012 at 11:01.
Pushed by dfaure into branch 'KDE/4.10'.

New branch for the future kdelibs-4.10. Setting version number to 4.9.90 for now.

CCMAIL: release-team at kde.org, kde-core-devel at kde.org

Please fix bugs in 4.9 branch, I'll regularly git merge into 4.10, master and frameworks.

M  +1    -1    CMakeLists.txt

http://commits.kde.org/kdelibs/fed5ee75c021cf3052f1461acc26dcf1bbd0c7b2

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fdc39c3..23af568 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ include(CPack)
 
 set (KDE_VERSION_MAJOR 4)
 set (KDE_VERSION_MINOR 9)
-set (KDE_VERSION_RELEASE 00)
+set (KDE_VERSION_RELEASE 90)
 set (KDE_VERSION "${KDE_VERSION_MAJOR}.${KDE_VERSION_MINOR}.${KDE_VERSION_RELEASE}" )
 set (KDE_VERSION_STRING "${KDE_VERSION}")
 


More information about the release-team mailing list