Skip to content

Commit 4f898be

Browse files
committed
Version update
1 parent 2e566f6 commit 4f898be

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

msvc/SBS.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2828
//
2929

3030
VS_VERSION_INFO VERSIONINFO
31-
FILEVERSION 0,11,1,0
32-
PRODUCTVERSION 0,11,1,0
31+
FILEVERSION 0,11,2,0
32+
PRODUCTVERSION 0,11,2,0
3333
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
3434
#ifdef _DEBUG
3535
FILEFLAGS (VS_FF_DEBUG|VS_FF_PRERELEASE)
@@ -47,12 +47,12 @@ BEGIN
4747
VALUE "Comments", "https://www.skyscrapersim.net\0"
4848
VALUE "CompanyName", "TLI Networks\0"
4949
VALUE "FileDescription", "Scalable Building Simulator\0"
50-
VALUE "FileVersion", "0.11.1.0\0"
50+
VALUE "FileVersion", "0.11.2.0\0"
5151
VALUE "InternalName", "SBS\0"
5252
VALUE "LegalCopyright", "©2005-2023 Ryan Thoryk, released under the GPL\0"
5353
VALUE "OriginalFilename", "SBS.dll\0"
5454
VALUE "ProductName", "Scalable Building Simulator\0"
55-
VALUE "ProductVersion", "0.11.1.0\0"
55+
VALUE "ProductVersion", "0.11.2.0\0"
5656
END
5757
END
5858
BLOCK "VarFileInfo"

msvc/Skyscraper.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2828
//
2929

3030
VS_VERSION_INFO VERSIONINFO
31-
FILEVERSION 1,11,1,0
32-
PRODUCTVERSION 1,11,1,0
31+
FILEVERSION 1,11,2,0
32+
PRODUCTVERSION 1,11,2,0
3333
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
3434
#ifdef _DEBUG
3535
FILEFLAGS (VS_FF_DEBUG|VS_FF_PRERELEASE)
@@ -47,12 +47,12 @@ BEGIN
4747
VALUE "Comments", "https://www.skyscrapersim.net\0"
4848
VALUE "CompanyName", "TLI Networks\0"
4949
VALUE "FileDescription", "Skyscraper\0"
50-
VALUE "FileVersion", "1.11.1.0\0"
50+
VALUE "FileVersion", "1.11.2.0\0"
5151
VALUE "InternalName", "Skyscraper\0"
5252
VALUE "LegalCopyright", "©2003-2023 Ryan Thoryk, released under the GPL\0"
5353
VALUE "OriginalFilename", "Skyscraper.exe\0"
5454
VALUE "ProductName", "Skyscraper\0"
55-
VALUE "ProductVersion", "1.11.1.0\0"
55+
VALUE "ProductVersion", "1.11.2.0\0"
5656
END
5757
END
5858
BLOCK "VarFileInfo"

src/frontend/skyscraper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bool Skyscraper::OnInit(void)
109109
version = "1.11";
110110
version_rev = "0";
111111
version_state = "Alpha";
112-
version_frontend = version + ".1." + version_rev;
112+
version_frontend = version + ".2." + version_rev;
113113
StartupRunning = false;
114114
Pause = false;
115115
FullScreen = false;

src/sbs/sbs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SBS::SBS(Ogre::SceneManager* mSceneManager, FMOD::System *fmodsystem, int instan
6060
sbs = this;
6161
this->mSceneManager = mSceneManager;
6262

63-
version = "0.11.1.0";
63+
version = "0.11.2.0";
6464
version_state = "Alpha";
6565

6666
//root object needs to self-register

tools/installer/skyscraper-x64.nsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
; HM NIS Edit Wizard helper defines
66
!define PRODUCT_NAME "Skyscraper"
7-
!define PRODUCT_VERSION "2.0 Alpha 11 - Update 1"
7+
!define PRODUCT_VERSION "2.0 Alpha 11 - Update 2"
88
!define PRODUCT_PUBLISHER "Ryan Thoryk"
99
!define PRODUCT_WEB_SITE "https://www.skyscrapersim.net"
1010
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Skyscraper.exe"
@@ -23,9 +23,9 @@ VIAddVersionKey ProductName "Skyscraper"
2323
VIAddVersionKey FileDescription "Skyscraper"
2424
VIAddVersionKey CompanyName "The Skyscraper Project"
2525
VIAddVersionKey LegalCopyright "Copyright 2003-2023 Ryan Thoryk"
26-
VIAddVersionKey FileVersion "1.11.1.0"
27-
VIAddVersionKey ProductVersion "1.11.1.0"
28-
VIProductVersion 1.11.1.0
26+
VIAddVersionKey FileVersion "1.11.2.0"
27+
VIAddVersionKey ProductVersion "1.11.2.0"
28+
VIProductVersion 1.11.2.0
2929

3030
; MUI 1.67 compatible ------
3131
!include "MUI.nsh"
@@ -72,7 +72,7 @@ var ICONS_GROUP
7272
; MUI end ------
7373

7474
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
75-
OutFile "skyscraper20alpha11u1-x64.exe"
75+
OutFile "skyscraper20alpha11u2-x64.exe"
7676
InstallDir "$PROGRAMFILES64\Skyscraper"
7777
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
7878
ShowInstDetails show

tools/mac/skyscraper.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
1010
<key>CFBundlePackageType</key> <string>APPL</string>
1111
<key>CFBundleSignature</key> <string>????</string>
12-
<key>CFBundleVersion</key> <string>1.11.0</string>
13-
<key>CFBundleShortVersionString</key> <string>1.11.0</string>
12+
<key>CFBundleVersion</key> <string>1.11.2</string>
13+
<key>CFBundleShortVersionString</key> <string>1.11.2</string>
1414
<key>CFBundleIdentifier</key> <string>com.skyscrapersim.skyscraper</string>
1515
<key>CFBundleIconFile</key> <string>skyscraper.icns</string>
1616
<key>NSPrincipalClass</key> <string>NSApplication</string>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CFBundleName = "Skyscraper";
2-
CFBundleShortVersionString = "1.11.0";
3-
CFBundleGetInfoString = "Skyscraper, 1.11.0";
2+
CFBundleShortVersionString = "1.11.2";
3+
CFBundleGetInfoString = "Skyscraper, 1.11.2";

tools/mac/skyscraper.app/Contents/version.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="0.9">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>1.11.0</string>
6+
<string>1.11.2</string>
77
<key>CFBundleVersion</key>
8-
<string>1.11.0</string>
8+
<string>1.11.2</string>
99
<key>ProjectName</key>
1010
<string>Skyscraper</string>
1111
</dict>

0 commit comments

Comments
 (0)