* bump version number

* BLDALPHA is readable
This commit is contained in:
StapleButter
2017-07-16 03:47:44 +02:00
parent 08bdef481f
commit cfb9e20fe1
4 changed files with 13 additions and 7 deletions

View File

@ -6,8 +6,8 @@
//include version information in .exe, modify these values to match your needs
1 VERSIONINFO
FILEVERSION 0,4,4,4
PRODUCTVERSION 0,4,4,4
FILEVERSION 0,5,5,5
PRODUCTVERSION 0,5,5,5
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
@ -15,14 +15,14 @@ FILETYPE VFT_APP
BLOCK "040904E4"
{
VALUE "CompanyName", "Melon Factory of Kuribo64"
VALUE "FileVersion", "0.4"
VALUE "FileVersion", "0.5"
VALUE "FileDescription", "DS emulator, sorta. also 1st quality melon."
VALUE "InternalName", "SDnolem"
VALUE "LegalCopyright", "2016-2017 StapleButter & co."
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "zafkflzdasd.exe"
VALUE "ProductName", "melonDS"
VALUE "ProductVersion", "0.4"
VALUE "ProductVersion", "0.5"
}
}
BLOCK "VarFileInfo"