Skip to content

Commit

Permalink
Updated binary version numbers.
Browse files Browse the repository at this point in the history
Forgot to do this before...
  • Loading branch information
Ortham committed May 6, 2014
1 parent aaf5ecb commit 77a406c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
24 changes: 12 additions & 12 deletions BOSS.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
;General

;Name, file and version info for installer.
Name "BOSS v2.2.0"
Name "BOSS v2.3.0"
OutFile "BOSS Installer.exe"
VIProductVersion 2.2.0.0
VIProductVersion 2.3.0.0

;Request application privileges for Windows Vista/7
RequestExecutionLevel admin
Expand Down Expand Up @@ -74,8 +74,8 @@
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "BOSS"
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "BOSS Development Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2009-2014 BOSS Development Team"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Installer for BOSS 2.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.2.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Installer for BOSS 2.3.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.3.0"

LangString TEXT_MESSAGEBOX ${LANG_ENGLISH} "BOSS is already installed, and must be uninstalled before continuing. $\n$\nClick `OK` to remove the previous version or `Cancel` to cancel this upgrade."
LangString TEXT_RUN ${LANG_ENGLISH} "Run BOSS"
Expand All @@ -89,8 +89,8 @@
VIAddVersionKey /LANG=${LANG_RUSSIAN} "ProductName" "BOSS"
VIAddVersionKey /LANG=${LANG_RUSSIAN} "CompanyName" "BOSS Development Team"
VIAddVersionKey /LANG=${LANG_RUSSIAN} "LegalCopyright" "© 2009-2014 BOSS Development Team"
VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileDescription" "Установщик для BOSS 2.2.0"
VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileVersion" "2.2.0"
VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileDescription" "Установщик для BOSS 2.3.0"
VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileVersion" "2.3.0"

LangString TEXT_MESSAGEBOX ${LANG_RUSSIAN} "BOSS уже установлен и должен быть удален перед продолжением. $\n$\nНажмите `OK` для удаления предыдущей версии или `Отмена` для отмены обновления."
LangString TEXT_RUN ${LANG_RUSSIAN} "Запустить BOSS"
Expand All @@ -104,8 +104,8 @@
VIAddVersionKey /LANG=${LANG_GERMAN} "ProductName" "BOSS"
VIAddVersionKey /LANG=${LANG_GERMAN} "CompanyName" "BOSS Development Team"
VIAddVersionKey /LANG=${LANG_GERMAN} "LegalCopyright" "© 2009-2014 BOSS Development Team"
VIAddVersionKey /LANG=${LANG_GERMAN} "FileDescription" "Installer für BOSS 2.2.0"
VIAddVersionKey /LANG=${LANG_GERMAN} "FileVersion" "2.2.0"
VIAddVersionKey /LANG=${LANG_GERMAN} "FileDescription" "Installer für BOSS 2.3.0"
VIAddVersionKey /LANG=${LANG_GERMAN} "FileVersion" "2.3.0"

LangString TEXT_MESSAGEBOX ${LANG_GERMAN} "BOSS ist bereits installiert und muss deinstalliert werden, bevor fortgefahren wird. $\n$\nKlicke auf `Ok` um die vorherige Version zu entfernen oder auf `Abbrechen` um das Upgrade abzubrechen."
LangString TEXT_RUN ${LANG_GERMAN} "BOSS starten"
Expand All @@ -119,8 +119,8 @@
VIAddVersionKey /LANG=${LANG_SPANISH} "ProductName" "BOSS"
VIAddVersionKey /LANG=${LANG_SPANISH} "CompanyName" "BOSS Development Team"
VIAddVersionKey /LANG=${LANG_SPANISH} "LegalCopyright" "© 2009-2014 BOSS Development Team"
VIAddVersionKey /LANG=${LANG_SPANISH} "FileDescription" "El instalador para BOSS 2.2.0"
VIAddVersionKey /LANG=${LANG_SPANISH} "FileVersion" "2.2.0"
VIAddVersionKey /LANG=${LANG_SPANISH} "FileDescription" "El instalador para BOSS 2.3.0"
VIAddVersionKey /LANG=${LANG_SPANISH} "FileVersion" "2.3.0"

LangString TEXT_MESSAGEBOX ${LANG_SPANISH} "BOSS está instalado, y debe ser desinstalado antes de continuar. $\n$\nPresione `OK` para eliminar la versión anterior o `Cancel` para cancelar la actualización."
LangString TEXT_RUN ${LANG_SPANISH} "Ejecutar BOSS"
Expand All @@ -134,8 +134,8 @@
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "ProductName" "BOSS"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "CompanyName" "BOSS Development Team"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "LegalCopyright" "© 2009-2014 BOSS Development Team"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileDescription" "BOSS 2.2.0安装包"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileVersion" "2.2.0"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileDescription" "BOSS 2.3.0安装包"
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileVersion" "2.3.0"

LangString TEXT_MESSAGEBOX ${LANG_SIMPCHINESE} "检测到旧版BOSS,您需要先卸载旧版才能安装新版。$\n$\n单击“确定”卸载旧版本或者“取消”取消更新。"
LangString TEXT_RUN ${LANG_SIMPCHINESE} "运行BOSS"
Expand Down
8 changes: 4 additions & 4 deletions code/trunk/BOSS_version.rc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 VERSIONINFO
FILEVERSION 2,2,0
PRODUCTVERSION 2,2,0
FILEVERSION 2,3,0
PRODUCTVERSION 2,3,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -15,9 +15,9 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileVersion", "2.2.0"
VALUE "FileVersion", "2.3.0"
VALUE "LegalCopyright", "Copyright (C) 2009-2014"
VALUE "ProductVersion", "2.2.0"
VALUE "ProductVersion", "2.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down
26 changes: 13 additions & 13 deletions code/trunk/boss-common/Common/Globals.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
/* BOSS
A "one-click" program for users that quickly optimises and avoids
detrimental conflicts in their TES IV: Oblivion, Nehrim - At Fate's Edge,
A "one-click" program for users that quickly optimises and avoids
detrimental conflicts in their TES IV: Oblivion, Nehrim - At Fate's Edge,
TES V: Skyrim, Fallout 3 and Fallout: New Vegas mod load orders.
Copyright (C) 2009-2012 BOSS Development Team.
This file is part of BOSS.
BOSS is free software: you can redistribute
it and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
BOSS is free software: you can redistribute
it and/or modify it under the terms of the GNU General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
BOSS is distributed in the hope that it will
BOSS is distributed in the hope that it will
be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with BOSS. If not, see
along with BOSS. If not, see
<http://www.gnu.org/licenses/>.
$Revision: 3184 $, $Date: 2011-08-26 20:52:13 +0100 (Fri, 26 Aug 2011) $
Expand All @@ -29,12 +29,12 @@

namespace boss {
using namespace std;

//BOSS version number.
BOSS_COMMON const uint32_t BOSS_VERSION_MAJOR = 2;
BOSS_COMMON const uint32_t BOSS_VERSION_MINOR = 2;
BOSS_COMMON const uint32_t BOSS_VERSION_MINOR = 3;
BOSS_COMMON const uint32_t BOSS_VERSION_PATCH = 0;

//Supported game values. DO NOT CHANGE THESE VALUES. THEY MUST BE CONSTANT FOR API USERS.
BOSS_COMMON const uint32_t AUTODETECT = 0;
BOSS_COMMON const uint32_t OBLIVION = 1;
Expand All @@ -53,8 +53,8 @@ namespace boss {
BOSS_COMMON const uint32_t GERMAN = 2;
BOSS_COMMON const uint32_t RUSSIAN = 3;
BOSS_COMMON const uint32_t SIMPCHINESE = 4;


///////////////////////////////
//File/Folder Paths
///////////////////////////////
Expand Down

0 comments on commit 77a406c

Please sign in to comment.