1
0
Fork 0
forked from len0rd/rockbox

Rockbox Utility: bump version to 1.2.9.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29801 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2011-04-30 20:25:23 +00:00
parent 8c768a544b
commit 18373fef85
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
<key>CFBundleName</key>
<string>Rockbox Utility</string>
<key>CFBundleShortVersionString</key>
<string>SVN $Revision$ (1.2.8)</string>
<string>SVN $Revision$ (1.2.9)</string>
<key>CFBundleIconFile</key>
<string>rbutilqt.icns</string>
<key>CFBundleIdentifier</key>

View file

@ -23,7 +23,7 @@
// contain a build timestamp because it needs to be the same in different
// files
// VERSION is the plain version number, used for http User-Agent string.
#define VERSION "1.2.8"
#define VERSION "1.2.9"
#define PUREVERSION "SVN $Revision$"
#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__