Skip to content

Commit 5164f7a

Browse files
Merge remote-tracking branch 'origin/master' into github_modules
2 parents f2b302a + 6452213 commit 5164f7a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

QuantExt/qle/version.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
#error using an old version of Boost, please update.
3737
#endif
3838

39-
// We require QuantLib 1.11 or higher
39+
// We require QuantLib 1.28
4040
#include <ql/version.hpp>
41-
#if QL_HEX_VERSION < 0x011100f0
41+
#if QL_HEX_VERSION < 0x012800f0
4242
#error using an old version of QuantLib, please update.
4343
#endif
4444

4545
//! Version string
46-
#define OPEN_SOURCE_RISK_VERSION "1.8.8.0"
46+
#define OPEN_SOURCE_RISK_VERSION "1.8.9.0"
4747

4848
//! Version number
49-
#define OPEN_SOURCE_RISK_VERSION_NUM 1080800
49+
#define OPEN_SOURCE_RISK_VERSION_NUM 1080900
5050

5151
#endif

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ available on the [OpenSourceRisk](http://opensourcerisk.org) project site.
4040

4141
Open Source Risk Engine (ORE) is
4242

43-
Copyright (C) 2016, 2017, 2018, 2019, 2020 Quaternion Risk Management Ltd.<br/>
44-
Copyright (C) 2021 Acadia Inc.<br/>
43+
Copyright (C) 2016-2021 Quaternion Risk Management Ltd.<br/>
44+
Copyright (C) 2021-2023 Acadia Inc.<br/>
4545
All rights reserved.
4646

4747
Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)