1
0
Fork 0
forked from len0rd/rockbox

Bump rbutil version number for release.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-12-20 22:31:33 +00:00
parent 511a8690c6
commit 3fc576cd60
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>rbutilqt</string> <string>rbutilqt</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>SVN $Revision$ (m1.0.7)</string> <string>SVN $Revision$ (m1.0.8)</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 "m1.0.7" #define VERSION "m1.0.8"
#define PUREVERSION "SVN $Revision$" #define PUREVERSION "SVN $Revision$"
#define FULLVERSION PUREVERSION" ("VERSION"), built "__DATE__" "__TIME__ #define FULLVERSION PUREVERSION" ("VERSION"), built "__DATE__" "__TIME__