Compare commits

..
Author SHA1 Message Date
Tannin 7a382eab75 updated versions 2013-09-05 21:14:08 +02:00
Tannin 8e6868bf88 - bugfix: automatically removes a file from old NCC release that was interfering with the current version
- bugfix: fomod installer didn't find fomod files in nested folder
- bugfix: python proxy will now not even try to initialize python if python_dir contains no python.
This is necessary because the python interpreter crashes the application if the path is invalid
2013-09-05 21:04:20 +02:00
Tannin a891146446 Added tag release v0.99.5 for changeset f75473410ed3 2013-09-02 19:28:24 +02:00
2 changed files with 3 additions and 12 deletions
+1 -10
View File
@@ -182,16 +182,7 @@ void cleanupDir()
"QtXml4.dll",
"QtWebKit4.dll",
"qjpeg4.dll",
/* "dlls/phonon4.dll",
"dlls/QtCore4.dll",
"dlls/QtGui4.dll",
"dlls/QtNetwork4.dll",
"dlls/QtXml4.dll",
"dlls/QtXmlPatterns4.dll",
"dlls/QtWebKit4.dll",
"dlls/QtDeclarative4.dll",
"dlls/QtScript4.dll",
"dlls/QtSql4.dll"*/
"NCC/GamebryoBase.dll"
};
static const int NUM_FILES = sizeof(fileNames) / sizeof(QString);
+2 -2
View File
@@ -1,7 +1,7 @@
#include "Winver.h"
#define VER_FILEVERSION 0,99,5,0
#define VER_FILEVERSION_STR "0,99,5,0\0"
#define VER_FILEVERSION 0,99,6,0
#define VER_FILEVERSION_STR "0,99,6,0\0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION