forked from len0rd/rockbox
rbutil: bump version to 0.3.2.5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13700 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
12d2d0fbc2
commit
f0fc547b57
3 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,7 @@
|
||||||
#define CREDITS_H_INCLUDED
|
#define CREDITS_H_INCLUDED
|
||||||
|
|
||||||
#define RBUTIL_FULLNAME "The Rockbox Utility"
|
#define RBUTIL_FULLNAME "The Rockbox Utility"
|
||||||
#define RBUTIL_VERSION "Version 0.3.2.4"
|
#define RBUTIL_VERSION "Version 0.3.2.5"
|
||||||
|
|
||||||
static const wxString rbutil_developers[] = {
|
static const wxString rbutil_developers[] = {
|
||||||
wxT("Christi Alice Scarborough"),
|
wxT("Christi Alice Scarborough"),
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#define RBUTIL 1
|
#define RBUTIL 1
|
||||||
#include <wx/msw/wx.rc>
|
#include <wx/msw/wx.rc>
|
||||||
RBUTIL VERSIONINFO
|
RBUTIL VERSIONINFO
|
||||||
FILEVERSION 0,3,2,4
|
FILEVERSION 0,3,2,5
|
||||||
PRODUCTVERSION 0,3,2,4
|
PRODUCTVERSION 0,3,2,5
|
||||||
FILEOS 0x00000004
|
FILEOS 0x00000004
|
||||||
FILETYPE 0x00000001
|
FILETYPE 0x00000001
|
||||||
BEGIN
|
BEGIN
|
||||||
|
@ -10,8 +10,8 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "FFFF0000"
|
BLOCK "FFFF0000"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "FileVersion", "0.3.2.4\0"
|
VALUE "FileVersion", "0.3.2.5\0"
|
||||||
VALUE "ProductVersion", "0.3.2.4\0"
|
VALUE "ProductVersion", "0.3.2.5\0"
|
||||||
VALUE "CompanyName", "Rockbox Team\0"
|
VALUE "CompanyName", "Rockbox Team\0"
|
||||||
VALUE "FileDescription", "Rockbox Utility\0"
|
VALUE "FileDescription", "Rockbox Utility\0"
|
||||||
VALUE "InternalName", "rbutil\0"
|
VALUE "InternalName", "rbutil\0"
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
<Add directory=".\" />
|
<Add directory=".\" />
|
||||||
</Linker>
|
</Linker>
|
||||||
<ExtraCommands>
|
<ExtraCommands>
|
||||||
<Add before="cmd /c icons\bin2c.exe icons\*.png" />
|
<Add before="cmd /c cd icons && bin2c.exe *.png" />
|
||||||
</ExtraCommands>
|
</ExtraCommands>
|
||||||
<Unit filename="Makefile" />
|
<Unit filename="Makefile" />
|
||||||
<Unit filename="archos.ico" />
|
<Unit filename="archos.ico" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue