0.4.0.9 Beta 07/29/2014

0.4.0.9 Beta 07/29/2014
--Bug Fixes
Final render dialog didn't create the renderer properly on first run
when more than one platform was present.
This commit is contained in:
mfeemster
2014-07-29 08:06:09 -07:00
parent 88a325a5cd
commit b3c313b5c5
11 changed files with 25 additions and 29 deletions

View File

@ -49,8 +49,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,0,9
PRODUCTVERSION 0,4,0,9
FILEVERSION 0,4,1,0
PRODUCTVERSION 0,4,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -67,12 +67,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Open Source"
VALUE "FileDescription", "Renders fractal flames as single images"
VALUE "FileVersion", "0.4.0.9"
VALUE "FileVersion", "0.4.1.0"
VALUE "InternalName", "EmberRender.rc"
VALUE "LegalCopyright", "Copyright (C) Matt Feemster 2013, GPL v3"
VALUE "OriginalFilename", "EmberRender.rc"
VALUE "ProductName", "Ember Render"
VALUE "ProductVersion", "0.4.0.9"
VALUE "ProductVersion", "0.4.1.0"
END
END
BLOCK "VarFileInfo"