--Bug fixes:

Fix crash on startup when no GPU present.
This commit is contained in:
mfeemster
2015-09-21 17:44:19 -07:00
parent 34d6325be8
commit e978e63d5a
13 changed files with 25 additions and 17 deletions

View File

@ -49,8 +49,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,9,0
PRODUCTVERSION 0,9,9,0
FILEVERSION 0,9,9,1
PRODUCTVERSION 0,9,9,1
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.9.9.0"
VALUE "FileVersion", "0.9.9.1"
VALUE "InternalName", "EmberGenome.exe"
VALUE "LegalCopyright", "Copyright (C) Matt Feemster 2015, GPL v3"
VALUE "OriginalFilename", "EmberGenome.exe"
VALUE "ProductName", "Ember Genome"
VALUE "ProductVersion", "0.9.9.0"
VALUE "ProductVersion", "0.9.9.1"
END
END
BLOCK "VarFileInfo"