0.9.9.6 Beta Release

This commit is contained in:
mfeemster
2016-05-05 17:46:27 -07:00
parent b5341c7d79
commit 42de2d107a
11 changed files with 122 additions and 21 deletions

View File

@ -49,8 +49,8 @@
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0, 9, 9, 5
PRODUCTVERSION 0, 9, 9, 5
FILEVERSION 0, 9, 9, 6
PRODUCTVERSION 0, 9, 9, 6
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -67,12 +67,12 @@
BEGIN
VALUE "CompanyName", "Open Source"
VALUE "FileDescription", "Renders fractal flames as animations with motion blur"
VALUE "FileVersion", "0.9.9.5"
VALUE "FileVersion", "0.9.9.6"
VALUE "InternalName", "EmberAnimate.exe"
VALUE "LegalCopyright", "Copyright (C) Matt Feemster 2016, GPL v3"
VALUE "OriginalFilename", "EmberAnimate.exe"
VALUE "ProductName", "Ember Animate"
VALUE "ProductVersion", "0.9.9.5"
VALUE "ProductVersion", "0.9.9.6"
END
END
BLOCK "VarFileInfo"