From 9a4f2122165bd473c1166c2c674af9f85ee5d08d Mon Sep 17 00:00:00 2001 From: DrazharLn Date: Thu, 1 Aug 2019 13:30:30 +0100 Subject: [PATCH] Bump version --- ##patcher/SMACX Patch.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/##patcher/SMACX Patch.nsi b/##patcher/SMACX Patch.nsi index d4df07a..71b70e7 100644 --- a/##patcher/SMACX Patch.nsi +++ b/##patcher/SMACX Patch.nsi @@ -6,8 +6,8 @@ !define APP_NAME "SMAC/X Unofficial Patch" #!define WEB_SITE "http://www.civgaming.net/forums/" -!define VERSION "02.00.00.00" -!define VERSION_SHRT "2.00" +!define VERSION "02.01.00.00" +!define VERSION_SHRT "2.1" !define REG_ROOT "HKLM" !define REG_APP_PATH "Software\Microsoft\DirectPlay\Applications" #!define REG_GOG_PATH "Software\GOG.com" @@ -18,7 +18,7 @@ VIProductVersion "${VERSION}" VIAddVersionKey "ProductName" "${APP_NAME}" VIAddVersionKey "CompanyName" "scient" -VIAddVersionKey "LegalCopyright" "scient © 2013" +VIAddVersionKey "LegalCopyright" "scient © 2019" VIAddVersionKey "FileDescription" "${APP_NAME}" VIAddVersionKey "FileVersion" "${VERSION}"