Bump Rockbox Utility version number to 1.2

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20493 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2009-03-23 18:53:52 +00:00
parent 73157ebb7c
commit decc59b3f7
2 changed files with 2 additions and 2 deletions

View file

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