falloff2 followup

falloff2 followup
This commit is contained in:
mfeemster
2014-07-08 19:35:35 -07:00
parent f42d50e1bd
commit c0f2d61b0b
8 changed files with 17 additions and 17 deletions

View File

@ -49,8 +49,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,0,2
PRODUCTVERSION 0,4,0,2
FILEVERSION 0,4,0,3
PRODUCTVERSION 0,4,0,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -67,12 +67,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Open Source"
VALUE "FileDescription", "Manipulates fractal flames parameter files"
VALUE "FileVersion", "0.4.0.2"
VALUE "FileVersion", "0.4.0.3"
VALUE "InternalName", "EmberGenome.rc"
VALUE "LegalCopyright", "Copyright (C) Matt Feemster 2013, GPL v3"
VALUE "OriginalFilename", "EmberGenome.rc"
VALUE "ProductName", "Ember Genome"
VALUE "ProductVersion", "0.4.0.2"
VALUE "ProductVersion", "0.4.0.3"
END
END
BLOCK "VarFileInfo"