From 812484f4052f6128244666ac91c9b4a64ba276c4 Mon Sep 17 00:00:00 2001 From: Tazpn <tazpn@users.sourceforge.net> Date: Sun, 1 Jul 2007 18:54:39 +0000 Subject: [PATCH] update version number to 0.2.15 --- MaxNifTools.iss | 6 +++--- NifCommon/NifVersion.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MaxNifTools.iss b/MaxNifTools.iss index da1cb30..a605337 100644 --- a/MaxNifTools.iss +++ b/MaxNifTools.iss @@ -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; diff --git a/NifCommon/NifVersion.h b/NifCommon/NifVersion.h index 2f97e84..08f53f4 100644 --- a/NifCommon/NifVersion.h +++ b/NifCommon/NifVersion.h @@ -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) -- GitLab