Skip to content

Commit 54dbbc8

Browse files
pcaspersjenkins
authored andcommitted
bump qle version
1 parent 3c9a93e commit 54dbbc8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

QuantExt/qle/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
#endif
4444

4545
//! Version string
46-
#define OPEN_SOURCE_RISK_VERSION "1.8.10.0"
46+
#define OPEN_SOURCE_RISK_VERSION "1.8.11.0"
4747

4848
//! Version number
49-
#define OPEN_SOURCE_RISK_VERSION_NUM 1081000
49+
#define OPEN_SOURCE_RISK_VERSION_NUM 1081100
5050

5151
#endif

cmake/commonSettings.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@ else()
147147
add_compiler_flag("-pthread" usePThreadCompilerFlag)
148148
add_linker_flag("-pthread" usePThreadLinkerFlag)
149149

150-
# see https://ccache.dev/manual/4.8.3.html#_precompiled_headers
151150
if(QL_USE_PCH)
151+
# see https://ccache.dev/manual/4.8.3.html#_precompiled_headers
152152
add_compiler_flag("-Xclang -fno-pch-timestamp" supportsNoPchTimestamp)
153+
# needed for gcc, although the ccache documentation does not strictly require this
153154
add_compiler_flag("-fpch-preprocess" supportsPchPreprocess)
154155
endif()
155156

0 commit comments

Comments
 (0)