Bug 293204 - KDE_VERSION_STRING in kdeversion.h is missing closing parenthese
Summary: KDE_VERSION_STRING in kdeversion.h is missing closing parenthese
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.8
Platform: Gentoo Packages Linux
: NOR minor
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
: 292763 294114 295344 295953 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-03 12:57 UTC by Elias Probst
Modified: 2012-03-13 23:03 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***