summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2009-09-20 13:44:27 +0000
committerDominik Wenger <domonoky@googlemail.com>2009-09-20 13:44:27 +0000
commit019a75db87991ce9a0764c0a3d7ac356a6578561 (patch)
treeed698ae121495b9dce12d79fe59899b5d31a4e0d
parent164d28af624d94e93060a111fdfbc028ee93f147 (diff)
downloadrockbox-019a75db87991ce9a0764c0a3d7ac356a6578561.tar.gz
rockbox-019a75db87991ce9a0764c0a3d7ac356a6578561.zip
rbutil: bump version in preparation for release.rbutil_1.2.3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22749 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/rbutilqt/Info.plist2
-rw-r--r--rbutil/rbutilqt/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/rbutilqt/Info.plist b/rbutil/rbutilqt/Info.plist
index 05ec61db87..0a75a91abd 100644
--- a/rbutil/rbutilqt/Info.plist
+++ b/rbutil/rbutilqt/Info.plist
@@ -5,7 +5,7 @@
5 <key>CFBundleExecutable</key> 5 <key>CFBundleExecutable</key>
6 <string>rbutilqt</string> 6 <string>rbutilqt</string>
7 <key>CFBundleGetInfoString</key> 7 <key>CFBundleGetInfoString</key>
8 <string>SVN $Revision$ (1.2.2)</string> 8 <string>SVN $Revision$ (1.2.3)</string>
9 <key>CFBundleIconFile</key> 9 <key>CFBundleIconFile</key>
10 <string>rbutilqt.icns</string> 10 <string>rbutilqt.icns</string>
11 <key>CFBundleIdentifier</key> 11 <key>CFBundleIdentifier</key>
diff --git a/rbutil/rbutilqt/version.h b/rbutil/rbutilqt/version.h
index 0c122dd313..7d7ec23d01 100644
--- a/rbutil/rbutilqt/version.h
+++ b/rbutil/rbutilqt/version.h
@@ -23,7 +23,7 @@
23// contain a build timestamp because it needs to be the same in different 23// contain a build timestamp because it needs to be the same in different
24// files 24// files
25// VERSION is the plain version number, used for http User-Agent string. 25// VERSION is the plain version number, used for http User-Agent string.
26#define VERSION "1.2.2" 26#define VERSION "1.2.3"
27#define PUREVERSION "SVN $Revision$" 27#define PUREVERSION "SVN $Revision$"
28 28
29#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__ 29#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__