Skip to content

Commit

Permalink
Revert previous commit .
Browse files Browse the repository at this point in the history
  • Loading branch information
Collisionc committed Feb 9, 2016
1 parent 2e8bf8f commit 4edb4f1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions WinReleaseScripts/Setup32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Simulationcraft(x86)"
#define MyAppVersion "623-03"
#define RealAppVersion "6.2.3.03"
#define MyAppVersion "623-02"
#define RealAppVersion "6.2.3.02"
#define MyAppPublisher "Simulationcraft"
#define MyAppURL "http://www.simulationcraft.org"
#define MyAppExeName "SimulationCraft.exe"
Expand Down
4 changes: 2 additions & 2 deletions WinReleaseScripts/Setup64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Simulationcraft(x64)"
#define MyAppVersion "623-03"
#define RealAppVersion "6.2.3.03"
#define MyAppVersion "623-02"
#define RealAppVersion "6.2.3.02"
#define MyAppPublisher "Simulationcraft"
#define MyAppURL "http://www.simulationcraft.org"
#define MyAppExeName "SimulationCraft64.exe"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
set /p ask=Build with PGO data? Only applies to 64-bit installation. (y/n)
@echo on

set simcversion=623-03
set simcversion=623-02
:: For bumping the minor version, just change the above line. Make sure to also change setup32.iss and setup64.iss as well.
set simcfiles=C:\Simulationcraft\
:: Location of source files
Expand Down
2 changes: 1 addition & 1 deletion WinReleaseScripts/WinCompileUpload-webengine - QT 5.6.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
::set /p ask=Build with PGO data? Only applies to 64-bit installation. (y/n)
@echo on

set simcversion=623-03
set simcversion=623-02
:: For bumping the minor version, just change the above line. Make sure to also change setup32.iss and setup64.iss as well.
set simcfiles=C:\Simulationcraft\
:: Location of source files
Expand Down
2 changes: 1 addition & 1 deletion WinReleaseScripts/WinCompileUpload-webengine.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
set /p ask=Build with PGO data? Only applies to 64-bit installation. (y/n)
@echo on

set simcversion=623-03
set simcversion=623-02
:: For bumping the minor version, just change the above line. Make sure to also change setup32.iss and setup64.iss as well.
set simcfiles=C:\Simulationcraft\
:: Location of source files
Expand Down
2 changes: 1 addition & 1 deletion WinReleaseScripts/WinCompileUpload-webkit.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
set /p ask=Build with PGO data? Only applies to 64-bit installation. (y/n)
@echo on

set simcversion=623-03
set simcversion=623-02
:: For bumping the minor version, just change the above line. Make sure to also change setup32.iss and setup64.iss as well.
set simcfiles=C:\Simulationcraft\
:: Location of source files
Expand Down

0 comments on commit 4edb4f1

Please sign in to comment.