forked from len0rd/rockbox
rbutil: bump version in preparation for release.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22749 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
164d28af62
commit
019a75db87
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>rbutilqt</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>SVN $Revision$ (1.2.2)</string>
|
||||
<string>SVN $Revision$ (1.2.3)</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>rbutilqt.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
|
|
|||
|
|
@ -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.2"
|
||||
#define VERSION "1.2.3"
|
||||
#define PUREVERSION "SVN $Revision$"
|
||||
|
||||
#define FULLVERSION VERSION" ("PUREVERSION"), built "__DATE__" "__TIME__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue