Skip to content

Commit 3ba766b

Browse files
author
narongsak mala
committed
- Updated newBEC revision 22
1 parent 9d435d8 commit 3ba766b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Packages/OpenStudioThai.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ SectionEnd
112112
Section "OpenStudio" SEC003
113113
SetOutPath "$INSTDIR"
114114
SetOutPath "$APPDATA"
115-
File "D:\OpenStudio\build\_CPack_Packages\win32\NSIS\OpenStudio-1.7.0.0c1b718d24-Windows.exe"
115+
File "D:\OpenStudio\build\_CPack_Packages\win32\NSIS\OpenStudio-1.7.0.94ef0987a2-Windows.exe"
116116
SetOutPath "$APPDATA"
117-
ExecWait '"$APPDATA\OpenStudio-1.7.0.0c1b718d24-Windows.exe"'
117+
ExecWait '"$APPDATA\OpenStudio-1.7.0.94ef0987a2-Windows.exe"'
118118
SectionEnd
119119

120120

@@ -178,7 +178,7 @@ Section -Post
178178
;Delete '"$APPDATA\dotNetFx40_Client_x86_x64.exe"'
179179
Delete '"$APPDATA\SketchUp2015-x86.msi"'
180180
Delete '"$APPDATA\EnergyPlus-8.2.0-8397c2e30b-Windows-i386.exe"'
181-
Delete '"$APPDATA\OpenStudio-1.7.0.0c1b718d24-Windows.exe"'
181+
Delete '"$APPDATA\OpenStudio-1.7.0.94ef0987a2-Windows.exe"'
182182
SectionEnd
183183

184184
; Section descriptions

openstudiocore/src/openstudio_app/AboutBox.hpp.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#define OPENSTUDIO_ABOUTBOX \
44
"<h2>OpenStudio Thai Edition</h2> \
5-
<p>Version: ${CMAKE_VERSION_MAJOR}.${CMAKE_VERSION_MINOR}.${CMAKE_VERSION_PATCH}-TH Release 4 - update 2</p> \
5+
<p>Version: ${CMAKE_VERSION_MAJOR}.${CMAKE_VERSION_MINOR}.${CMAKE_VERSION_PATCH}-TH Release 4 - update 3</p> \
66
<p>Build Number: ${CMAKE_VERSION_BUILD}</p> \
7-
<p>Build Date: 24/07/2016</p> \
7+
<p>Build Date: 08/08/2016</p> \
88
<p>Compiler: ${ABOUT_COMPILER}</p> \
99
<p>Copyright &copy; 2015 National Renewable Energy Laboratory</p> \
1010
<p>OpenStudio is a cross-platform tool to support whole building energy and daylight modeling using <a href='http://apps1.eere.energy.gov/buildings/energyplus/'>EnergyPlus</a> and <a href='http://www.radiance-online.org/'>Radiance</a>.</p>"
512 Bytes
Binary file not shown.
2 KB
Binary file not shown.

0 commit comments

Comments
 (0)