KDE/kdeutils

Friedrich W. H. Kossebau kossebau at kde.org
Fri Jan 16 01:40:30 CET 2009


SVN commit 911728 by kossebau:

changed: increase version number for KDE 4.3
Done for all programs in kdeutils which aren't already updated.

Maintainers, please check if you are comfortable with the new version id :)

CCMAIL: kde-utils-devel at kde.org


 M  +1 -1      ark/app/main.cpp  
 M  +1 -1      kdf/kdf.cpp  
 M  +1 -1      kgpg/main.cpp  
 M  +1 -1      ktimer/main.cpp  
 M  +1 -1      superkaramba/src/main.cpp  
 M  +1 -1      sweeper/main.cpp  


--- trunk/KDE/kdeutils/ark/app/main.cpp #911727:911728
@@ -34,7 +34,7 @@
 int main( int argc, char **argv )
 {
 	KAboutData aboutData( "ark", 0, ki18n( "Ark" ),
-	                      "2.12", ki18n( "KDE Archiving tool" ),
+	                      "2.13", ki18n( "KDE Archiving tool" ),
 	                      KAboutData::License_GPL,
 	                      ki18n( "(c) 1997-2008, The Various Ark Developers" ),
 	                      KLocalizedString(),
--- trunk/KDE/kdeutils/kdf/kdf.cpp #911727:911728
@@ -33,7 +33,7 @@
 static const char description[] =
 	I18N_NOOP("KDE free disk space utility");
 
-static const char version[] = "v0.7";
+static const char version[] = "v0.8";
 
 
 /***************************************************************/
--- trunk/KDE/kdeutils/kgpg/main.cpp #911727:911728
@@ -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.1.0";
+static const char version[] = "2.2.0";
 
 int main(int argc, char *argv[])
 {
--- trunk/KDE/kdeutils/ktimer/main.cpp #911727:911728
@@ -26,7 +26,7 @@
 static const char description[] =
         I18N_NOOP("KDE Timer");
 
-static const char version[] = "v0.3";
+static const char version[] = "v0.4";
 
 int main( int argc, char **argv )
 {
--- trunk/KDE/kdeutils/superkaramba/src/main.cpp #911727:911728
@@ -41,7 +41,7 @@
 static const char *description =
     I18N_NOOP("A KDE Eye-candy Application");
 
-static const char *version = "0.52";
+static const char *version = "0.53";
 
 int main(int argc, char **argv)
 {
--- trunk/KDE/kdeutils/sweeper/main.cpp #911727:911728
@@ -25,7 +25,7 @@
 
 int main(int argc, char *argv[])
 {
-   KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.2",
+   KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.3",
                         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