From f59767218645a1aa6a5df07ba68254ad2bfeb62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 28 Jul 2008 13:46:16 +0000 Subject: [PATCH] Just use the KDE version. svn path=/trunk/KDE/kdebase/workspace/; revision=838680 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 9dcbacda00..e7b6d694a1 100644 --- a/main.cpp +++ b/main.cpp @@ -394,7 +394,7 @@ void Application::resetCrashesCount() } // namespace -static const char version[] = "4.0"; +static const char version[] = KDE_VERSION_STRING; static const char description[] = I18N_NOOP( "KDE window manager" ); extern "C"