Skip to content
Snippets Groups Projects
Commit 812484f4 authored by Tazpn's avatar Tazpn
Browse files

update version number to 0.2.15

parent e4bf0cfc
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ AppName=NIF Utilities for 3ds Max
AppVerName=NIF Utilities {code:CurVer} for 3ds Max
AppPublisher=NIF File Format Library and Tools
AppCopyright=Copyright 2007, NIF File Format Library and Tools
OutputBaseFilename=niftools-max-plugins-0.2.14.0
OutputBaseFilename=niftools-max-plugins-0.2.15.0
DisableProgramGroupPage=yes
Compression=lzma
SolidCompression=yes
......@@ -18,7 +18,7 @@ UninstallFilesDir={win}{\}Installer\NifTools
Uninstallable=yes
DisableDirPage=yes
ArchitecturesInstallIn64BitMode=x64
VersionInfoVersion=0.2.14.0
VersionInfoVersion=0.2.15.0
SourceDir=.
;UninstallDisplayIcon={app}{\}..\Oblivion.exe
......@@ -102,7 +102,7 @@ var sVersion: String;
function InitializeSetup(): Boolean;
begin
sVersion := '0.2.14';
sVersion := '0.2.15';
Result := True;
end;
......
......@@ -18,10 +18,10 @@ HISTORY:
*/
#define VERSION_MAJOR_INT 0
#define VERSION_MINOR_INT 2
#define VERSION_BUILD_INT 14
#define VERSION_BUILD_INT 15
#define VERSION_PATCH_INT 0
#define VERSION_STRING "0, 2, 14, 0"
#define VERSION_STRING "0, 2, 15, 0"
//#define DEF_VERSION_STRING(a,b,c,d) #a ", " #b ", " #c ", " #d
//#define VERSION_STRING DEF_VERSION_STRING(a,b,c,d)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment