Update Rockbox Utility version to 1.2.6

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25567 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-04-10 15:39:39 +00:00
parent 1028072ccf
commit 6e6673e822
2 changed files with 2 additions and 2 deletions

View file

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

View file

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