--Code changes

-Begin preparation for 23.23.8.1 release.
This commit is contained in:
Person
2023-07-17 10:16:51 -06:00
parent 4f2221ec45
commit 6db97a231a
13 changed files with 26 additions and 27 deletions

View File

@ -49,8 +49,8 @@
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 22, 21, 4, 2
PRODUCTVERSION 22, 21, 4, 2
FILEVERSION 23, 23, 8, 1
PRODUCTVERSION 23, 23, 8, 1
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", "22, 21, 4, 2"
VALUE "FileVersion", "23, 23, 8, 1"
VALUE "InternalName", "EmberAnimate.exe"
VALUE "LegalCopyright", "Copyright (C) Matt Feemster 2021, GPL v3"
VALUE "OriginalFilename", "EmberAnimate.exe"
VALUE "ProductName", "Ember Animate"
VALUE "ProductVersion", "22, 21, 4, 2"
VALUE "ProductVersion", "23, 23, 8, 1"
END
END
BLOCK "VarFileInfo"