mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: first attempt to talk file creator. also pushed version to 3.2.6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13906 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
798e0d5525
commit
1ad4b2c809
10 changed files with 414 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#define RBUTIL 1
|
||||
#include <wx/msw/wx.rc>
|
||||
RBUTIL VERSIONINFO
|
||||
FILEVERSION 0,3,2,5
|
||||
PRODUCTVERSION 0,3,2,5
|
||||
FILEVERSION 0,3,2,6
|
||||
PRODUCTVERSION 0,3,2,6
|
||||
FILEOS 0x00000004
|
||||
FILETYPE 0x00000001
|
||||
BEGIN
|
||||
|
|
@ -10,8 +10,8 @@ BEGIN
|
|||
BEGIN
|
||||
BLOCK "FFFF0000"
|
||||
BEGIN
|
||||
VALUE "FileVersion", "0.3.2.5\0"
|
||||
VALUE "ProductVersion", "0.3.2.5\0"
|
||||
VALUE "FileVersion", "0.3.2.6\0"
|
||||
VALUE "ProductVersion", "0.3.2.6\0"
|
||||
VALUE "CompanyName", "Rockbox Team\0"
|
||||
VALUE "FileDescription", "Rockbox Utility\0"
|
||||
VALUE "InternalName", "rbutil\0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue