Final migration commit

Update versions to match the last commit on Google code. All subsequent
commits will be on GH.
This commit is contained in:
mfeemster
2014-07-09 21:07:22 -07:00
parent d04ceb84a8
commit 1884934b9d
8 changed files with 17 additions and 17 deletions

View File

@ -49,8 +49,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,0,3
PRODUCTVERSION 0,4,0,3
FILEVERSION 0,4,0,4
PRODUCTVERSION 0,4,0,4
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.3"
VALUE "FileVersion", "0.4.0.4"
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.3"
VALUE "ProductVersion", "0.4.0.4"
END
END
BLOCK "VarFileInfo"