Bug 293204

Summary: KDE_VERSION_STRING in kdeversion.h is missing closing parenthese
Product: [Frameworks and Libraries] kdelibs Reporter: Elias Probst <mail>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: minor CC: adaptee, dario_21_06, dio, mboquien, toralf.foerster
Priority: NOR    
Version: 4.8   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Elias Probst 2012-02-03 12:57:02 UTC
Currently the KDE Version displayed in the KDE about dialog looks like this:

Platform Version 4.8.00 (4.8.0

It is missing the closing parenthese. This originates from kdeversion.h:47 which looks like this:

#define KDE_VERSION_STRING "4.8.00 (4.8.0"

Please add the missing parenthese at the end.
Comment 1 Jekyll Wu 2012-02-03 16:39:10 UTC
This has been fixed recently

commit c8efa2d8f6bc6cfb0ee13dddbd6f19ce683508c7
Author: Christophe Giboudeaux <cgiboudeaux@gmx.com>
Date:   7 days ago

    Fix version string
---
 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c8a6b0e..05123dd 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 00)
 set (KDE_VERSION "${KDE_VERSION_MAJOR}.${KDE_VERSION_MINOR}.${KDE_VERSION_RELEASE}" )
-set (KDE_VERSION_STRING "${KDE_VERSION} (4.8.0")
+set (KDE_VERSION_STRING "${KDE_VERSION} (4.8.0)")
Comment 2 Christoph Feck 2012-02-04 13:26:24 UTC
*** Bug 292763 has been marked as a duplicate of this bug. ***
Comment 3 Jekyll Wu 2012-02-15 02:47:26 UTC
*** Bug 294114 has been marked as a duplicate of this bug. ***
Comment 4 Jekyll Wu 2012-03-04 22:07:56 UTC
*** Bug 295344 has been marked as a duplicate of this bug. ***
Comment 5 Christoph Feck 2012-03-13 23:03:48 UTC
*** Bug 295953 has been marked as a duplicate of this bug. ***