Skip to content

Commit f911e96

Browse files
committed
v 4.3.18
1 parent 9e6e5c0 commit f911e96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/build_pestpp_win_no_ifort.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rmdir /Q /S build
99
mkdir build
1010
call "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries\windows\bin\compilervars.bat" intel64
1111
cd build
12-
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=icl -DCMAKE_Fortran_COMPILER=ifort ..
12+
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=icl ..
1313
ninja
1414
cpack -G ZIP
1515
copy /y *.zip ..\

src/libs/common/config_os.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define CONFIG_OS_H_
33

44

5-
#define PESTPP_VERSION "4.3.17";
5+
#define PESTPP_VERSION "4.3.18";
66

77
#if defined(_WIN32) || defined(_WIN64)
88
#define OS_WIN

0 commit comments

Comments
 (0)