We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bb5e6 commit 6452213Copy full SHA for 6452213
2 files changed
QuantExt/qle/version.hpp
@@ -36,9 +36,9 @@
36
#error using an old version of Boost, please update.
37
#endif
38
39
-// We require QuantLib 1.11 or higher
+// We require QuantLib 1.28
40
#include <ql/version.hpp>
41
-#if QL_HEX_VERSION < 0x011100f0
+#if QL_HEX_VERSION < 0x012800f0
42
#error using an old version of QuantLib, please update.
43
44
README.md
@@ -42,6 +42,7 @@ Open Source Risk Engine (ORE) is
Copyright (C) 2016-2021 Quaternion Risk Management Ltd.<br/>
Copyright (C) 2021-2023 Acadia Inc.<br/>
45
+All rights reserved.
46
47
Redistribution and use in source and binary forms, with or without
48
modification, are permitted provided that the following conditions are met :
0 commit comments