KDE/kdeutils
Friedrich W. H. Kossebau
kossebau at kde.org
Mon Dec 27 17:16:24 CET 2010
SVN commit 1209623 by kossebau:
Changes: bump version numbers
CCMAIL: kde-utils-devel at 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 #1209622:1209623
@@ -38,7 +38,7 @@
int main(int argc, char **argv)
{
KAboutData aboutData("ark", 0, ki18n("Ark"),
- "2.16", ki18n("KDE Archiving tool"),
+ "2.17", ki18n("KDE Archiving tool"),
KAboutData::License_GPL,
ki18n("(c) 1997-2010, The Various Ark Developers"),
KLocalizedString(),
--- trunk/KDE/kdeutils/filelight/src/define.h #1209622:1209623
@@ -30,7 +30,7 @@
#undef PRETTYNAME
#define APP_NAME "filelight"
-#define APP_VERSION "1.9"
+#define APP_VERSION "1.10"
#define APP_PRETTYNAME "Filelight"
#endif
--- trunk/KDE/kdeutils/kcalc/version.h #1209622:1209623
@@ -1,3 +1,3 @@
#ifndef KCALCVERSION
-#define KCALCVERSION "2.8"
+#define KCALCVERSION "2.9"
#endif // KCALCVERSION
--- trunk/KDE/kdeutils/kcharselect/main.cc #1209622:1209623
@@ -21,7 +21,7 @@
#include <KApplication>
#include <KCmdLineArgs>
-static const char version[] = "v1.8";
+static const char version[] = "v1.9";
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 #1209622:1209623
@@ -58,6 +58,6 @@
3.2 alpha1
*/
-#define KDEUTILS_VERSION_STRING "4.5.60"
+#define KDEUTILS_VERSION_STRING "4.6.60"
#endif
--- trunk/KDE/kdeutils/kdf/kdf.cpp #1209622:1209623
@@ -37,7 +37,7 @@
static const char description[] =
I18N_NOOP("KDE free disk space utility");
-static const char version[] = "v0.12"; //bump version ?
+static const char version[] = "v0.13"; //bump version ?
/***************************************************************/
--- trunk/KDE/kdeutils/kgpg/main.cpp #1209622:1209623
@@ -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.4.60";
+static const char version[] = "2.5.60";
int main(int argc, char *argv[])
{
--- trunk/KDE/kdeutils/kremotecontrol/kded/kremotecontroldaemon.cpp #1209622:1209623
@@ -49,7 +49,7 @@
new KrcdAdaptor(this);
KAboutData aboutData("kremotecontroldaemon", "kremotecontroldaemon", ki18n("K Remote Control Daemon"),
- "0.2", ki18n("Remote Control Daemon for KDE4"),
+ "0.3", 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 #1209622:1209623
@@ -26,7 +26,7 @@
static const char description[] =
I18N_NOOP("KDE Timer");
-static const char version[] = "v0.7";
+static const char version[] = "v0.8";
int main( int argc, char **argv )
{
--- trunk/KDE/kdeutils/kwallet/main.cpp #1209622:1209623
@@ -41,7 +41,7 @@
};
int main(int argc, char **argv) {
- KAboutData about("kwalletmanager", 0, ki18n("KDE Wallet Manager"), "1.7",
+ KAboutData about("kwalletmanager", 0, ki18n("KDE Wallet Manager"), "1.8",
ki18n("KDE Wallet Management Tool"),
KAboutData::License_GPL,
ki18n("(c) 2003,2004 George Staikos"), KLocalizedString(),
--- trunk/KDE/kdeutils/printer-applet/printer-applet.py #1209622:1209623
@@ -1124,7 +1124,7 @@
appName = "printer-applet"
catalogue = "printer-applet"
programName = ki18n("Printer Applet")
- version = "1.6"
+ version = "1.7"
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 #1209622:1209623
@@ -41,7 +41,7 @@
static const char description[] =
I18N_NOOP("A KDE Eye-candy Application");
-static const char version[] = "0.56";
+static const char version[] = "0.57";
int main(int argc, char **argv)
{
--- trunk/KDE/kdeutils/sweeper/main.cpp #1209622:1209623
@@ -25,7 +25,7 @@
int main(int argc, char *argv[])
{
- KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.6",
+ KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.7",
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