KDE/kdeutils

Friedrich W. H. Kossebau kossebau at kde.org
Thu Jan 7 19:46:25 CET 2010


SVN commit 1071223 by kossebau:

bumping the version numbers in /trunk, now that 4.4 has been branched

(all besides Ark and KGpg, who had their bumping by Raphael and Eike already :)

Maintainers*, please check if you are alright with the new number,
and tell me if you are not, so I can update the web pages accordingly.
* (those still with us, a new quest should soon be done)

CCMAIL: kde-utils-devel at kde.org


 M  +1 -1      kcalc/version.h  
 M  +1 -1      kcharselect/main.cc  
 M  +1 -1      kdeutils-version.h  
 M  +1 -1      kdf/kdf.cpp  
 M  +1 -1      ktimer/main.cpp  
 M  +1 -1      kwallet/main.cpp  
 M  +2 -2      okteta/program/about.cpp  
 M  +1 -1      printer-applet/printer-applet.py  
 M  +1 -1      superkaramba/src/main.cpp  
 M  +1 -1      sweeper/main.cpp  


--- trunk/KDE/kdeutils/kcalc/version.h #1071222:1071223
@@ -1,3 +1,3 @@
 #ifndef KCALCVERSION
-#define KCALCVERSION "2.6"
+#define KCALCVERSION "2.7"
 #endif // KCALCVERSION
--- trunk/KDE/kdeutils/kcharselect/main.cc #1071222:1071223
@@ -21,7 +21,7 @@
 #include <KApplication>
 #include <KCmdLineArgs>
 
-static const char *version = "v1.6";
+static const char version[] = "v1.7";
 static const char description[] = I18N_NOOP("KDE character selection utility");
 static const char text[] = I18N_NOOP("A wrapper around the KCharSelect widget.");
 static const char homepageUrl[] = "http://utils.kde.org/projects/kcharselect";
--- trunk/KDE/kdeutils/kdeutils-version.h #1071222:1071223
@@ -58,6 +58,6 @@
     3.2 alpha1
 */
 
-#define KDEUTILS_VERSION_STRING "4.3.92"
+#define KDEUTILS_VERSION_STRING "4.4.60"
 
 #endif
--- trunk/KDE/kdeutils/kdf/kdf.cpp #1071222:1071223
@@ -37,7 +37,7 @@
 static const char description[] =
     I18N_NOOP("KDE free disk space utility");
 
-static const char version[] = "v0.10"; //bump version ?
+static const char version[] = "v0.11"; //bump version ?
 
 
 /***************************************************************/
--- trunk/KDE/kdeutils/ktimer/main.cpp #1071222:1071223
@@ -26,7 +26,7 @@
 static const char description[] =
         I18N_NOOP("KDE Timer");
 
-static const char version[] = "v0.5";
+static const char version[] = "v0.6";
 
 int main( int argc, char **argv )
 {
--- trunk/KDE/kdeutils/kwallet/main.cpp #1071222:1071223
@@ -41,7 +41,7 @@
 };
 
 int main(int argc, char **argv) {
-	KAboutData about("kwalletmanager", 0, ki18n("KDE Wallet Manager"), "1.5",
+	KAboutData about("kwalletmanager", 0, ki18n("KDE Wallet Manager"), "1.6",
 		ki18n("KDE Wallet Management Tool"),
 		KAboutData::License_GPL,
 		ki18n("(c) 2003,2004 George Staikos"), KLocalizedString(),
--- trunk/KDE/kdeutils/okteta/program/about.cpp #1071222:1071223
@@ -28,7 +28,7 @@
 
 // Program
 static const char ProgramId[] =          "okteta";
-static const char ProgramVersion[] =     "0.3.92";
+static const char ProgramVersion[] =     "0.4.60";
 static const char ProgramHomepage[] =    "http://utils.kde.org/projects/okteta";
 // Author
 static const char FWHKEmailAddress[] =   "kossebau at kde.org";
@@ -40,7 +40,7 @@
               ki18n("Okteta"), ProgramVersion, // name
               ki18n("KDE byte editor"), // description
               KAboutData::License_GPL_V2,
-              ki18n("Copyright 2006-2009 Friedrich W. H. Kossebau"), //copyright
+              ki18n("Copyright 2006-20010 Friedrich W. H. Kossebau"), //copyright
               ki18n("Edit the raw data of files"), // comment
               ProgramHomepage )
 {
--- trunk/KDE/kdeutils/printer-applet/printer-applet.py #1071222:1071223
@@ -1132,7 +1132,7 @@
     appName     = "printer-applet"
     catalogue   = "printer-applet"
     programName = ki18n("Printer Applet")
-    version     = "1.4"
+    version     = "1.5"
     description = ki18n("Applet to view current print jobs and configure new printers")
     license     = KAboutData.License_GPL
     copyright   = ki18n("2007-2008 Canonical Ltd")
--- trunk/KDE/kdeutils/superkaramba/src/main.cpp #1071222:1071223
@@ -41,7 +41,7 @@
 static const char *description =
     I18N_NOOP("A KDE Eye-candy Application");
 
-static const char *version = "0.54";
+static const char version[] = "0.55";
 
 int main(int argc, char **argv)
 {
--- trunk/KDE/kdeutils/sweeper/main.cpp #1071222:1071223
@@ -25,7 +25,7 @@
 
 int main(int argc, char *argv[])
 {
-   KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.4",
+   KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.5",
                         ki18n("Helps clean unwanted traces the user leaves on the system."),
                         KAboutData::License_LGPL, ki18n("(c) 2003-2005, Ralf Hoelzer"), KLocalizedString(),
                         "http://utils.kde.org/projects/sweeper");


More information about the Kde-utils-devel mailing list