[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kspread/functions
From:       David Faure <faure () kde ! org>
Date:       2007-01-08 15:37:57
Message-ID: 1168270677.242270.31354.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 621304 by dfaure:

ah, this is why config.h was included: for VERSION. Use koffice's version instead.


 M  +2 -2      information.cpp  


--- trunk/koffice/kspread/functions/information.cpp #621303:621304
@@ -20,7 +20,7 @@
 
 // built-in information functions
 
-
+#include <kofficeversion.h>
 #include <sys/utsname.h>
 
 #include <QDir>
@@ -118,7 +118,7 @@
     return Value (QDir::currentPath());
 
   if (type == "release")
-    return Value (QString (VERSION));
+    return Value (QString (KOFFICE_VERSION_STRING));
 
   if ( type == "numfile" )
     return Value ((int) Doc::documents().count());
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic