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

List:       kde-commits
Subject:    KDE/kdeutils
From:       Raphael Kubo da Costa <kubito () gmail ! com>
Date:       2011-07-03 2:22:07
Message-ID: 20110703022207.5544FAC775 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1239135 by rkcosta:

Bump version numbers now that 4.7 has been branched.

Maintainers, please check your version numbers.

The patch version in kdeutils-version.h was reset to 0 again.

CCMAIL: kde-utils-devel@kde.org


 M  +1 -1      ark/app/main.cpp  
 M  +1 -1      filelight/src/define.h  
 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      kgpg/main.cpp  
 M  +1 -1      kremotecontrol/kded/kremotecontroldaemon.cpp  
 M  +1 -1      ktimer/main.cpp  
 M  +1 -1      kwallet/main.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/ark/app/main.cpp #1239134:1239135
@@ -38,7 +38,7 @@
 int main(int argc, char **argv)
 {
     KAboutData aboutData("ark", 0, ki18n("Ark"),
-                         "2.17", ki18n("KDE Archiving tool"),
+                         "2.18", ki18n("KDE Archiving tool"),
                          KAboutData::License_GPL,
                          ki18n("(c) 1997-2011, The Various Ark Developers"),
                          KLocalizedString(),
--- trunk/KDE/kdeutils/filelight/src/define.h #1239134:1239135
@@ -30,7 +30,7 @@
 #undef PRETTYNAME
 
 #define APP_NAME "filelight"
-#define APP_VERSION "1.10"
+#define APP_VERSION "1.11"
 #define APP_PRETTYNAME "Filelight"
 
 #endif
--- trunk/KDE/kdeutils/kcalc/version.h #1239134:1239135
@@ -1,3 +1,3 @@
 #ifndef KCALCVERSION
-#define KCALCVERSION "2.9"
+#define KCALCVERSION "2.10"
 #endif // KCALCVERSION
--- trunk/KDE/kdeutils/kcharselect/main.cc #1239134:1239135
@@ -21,7 +21,7 @@
 #include <KApplication>
 #include <KCmdLineArgs>
 
-static const char version[] = "v1.9";
+static const char version[] = "v1.10";
 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 #1239134:1239135
@@ -58,6 +58,6 @@
     3.2 alpha1
 */
 
-#define KDEUTILS_VERSION_STRING "4.6.60"
+#define KDEUTILS_VERSION_STRING "4.7"
 
 #endif
--- trunk/KDE/kdeutils/kdf/kdf.cpp #1239134:1239135
@@ -37,7 +37,7 @@
 static const char description[] =
     I18N_NOOP("KDE free disk space utility");
 
-static const char version[] = "v0.13"; //bump version ?
+static const char version[] = "v0.14";
 
 
 /***************************************************************/
--- trunk/KDE/kdeutils/kgpg/main.cpp #1239134:1239135
@@ -27,7 +27,7 @@
 static const char description[] =
         I18N_NOOP("KGpg - simple gui for gpg\n\nKGpg was designed to make gpg very \
easy to use.\nI tried to make it as secure as possible.\nHope you enjoy it.");  
-static const char version[] = "2.5.60";
+static const char version[] = "2.6.60";
 
 int main(int argc, char *argv[])
 {
--- trunk/KDE/kdeutils/kremotecontrol/kded/kremotecontroldaemon.cpp #1239134:1239135
@@ -47,7 +47,7 @@
 
     new KrcdAdaptor(this);
     KAboutData aboutData("kremotecontroldaemon", "kremotecontroldaemon", ki18n("K \
                Remote Control Daemon"),
-                          "0.3", ki18n("Remote Control Daemon for KDE4"),
+                          "0.4", ki18n("Remote Control Daemon for KDE4"),
                           KAboutData::License_GPL, ki18n("(c) 2010 Frank \
Scheffold"),  KLocalizedString(), "http://www.kde.org");
 
--- trunk/KDE/kdeutils/ktimer/main.cpp #1239134:1239135
@@ -26,7 +26,7 @@
 static const char description[] =
         I18N_NOOP("KDE Timer");
 
-static const char version[] = "v0.8";
+static const char version[] = "v0.9";
 
 int main( int argc, char **argv )
 {
--- trunk/KDE/kdeutils/kwallet/main.cpp #1239134:1239135
@@ -41,7 +41,7 @@
 };
 
 int main(int argc, char **argv) {
-	KAboutData about("kwalletmanager", 0, ki18n("KDE Wallet Manager"), "1.8",
+	KAboutData about("kwalletmanager", 0, ki18n("KDE Wallet Manager"), "1.9",
 		ki18n("KDE Wallet Management Tool"),
 		KAboutData::License_GPL,
 		ki18n("(c) 2003,2004 George Staikos"), KLocalizedString(),
--- trunk/KDE/kdeutils/printer-applet/printer-applet.py #1239134:1239135
@@ -1124,7 +1124,7 @@
     appName     = "printer-applet"
     catalogue   = "printer-applet"
     programName = ki18n("Printer Applet")
-    version     = "1.7"
+    version     = "1.8"
     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 #1239134:1239135
@@ -41,7 +41,7 @@
 static const char description[] =
     I18N_NOOP("A KDE Eye-candy Application");
 
-static const char version[] = "0.57";
+static const char version[] = "0.58";
 
 int main(int argc, char **argv)
 {
--- trunk/KDE/kdeutils/sweeper/main.cpp #1239134:1239135
@@ -25,7 +25,7 @@
 
 int main(int argc, char *argv[])
 {
-   KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.7",
+   KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.8",
                         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");


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

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