Exit beta and move revision to an official 1.0 release.

This commit is contained in:
mfeemster
2016-06-17 17:19:13 -07:00
parent b328cc6a01
commit f8133c73bf
12 changed files with 166 additions and 118 deletions

View File

@ -49,8 +49,8 @@
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0, 9, 9, 6
PRODUCTVERSION 0, 9, 9, 6
FILEVERSION 1, 0, 0, 0
PRODUCTVERSION 1, 0, 0, 0
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.6"
VALUE "FileVersion", "1.0.0.0"
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.6"
VALUE "ProductVersion", "1.0.0.0"
END
END
BLOCK "VarFileInfo"