File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- Copyright (C) 2016 - 2023 Quaternion Risk Management Ltd
2+ Copyright (C) 2016 Quaternion Risk Management Ltd
33 All rights reserved.
44
55 This file is part of ORE, a free-software/open-source library
2323#ifndef quantext_version_hpp
2424#define quantext_version_hpp
2525
26- // Boost Version
27- // Boost 1.63 has been tested on Linux
28- // Any boost version above 1.46 might work (we use boost filesystem 3 which is the default
29- // from 1.46 - so some modification will be needed for pre 1.46).
30- // The unit tests require 1.61 or higher
31- //
32- // Note that for MSVC 2013 the boost config file needs 1.57 (but this can be modified).
33- // Note that for MSVC 2015 the boost config file needs 1.58 (but this can be modified).
34- #include < boost/version.hpp>
35- #if BOOST_VERSION < 106300
36- #error using an old version of Boost, please update.
37- #endif
38-
39- // We require QuantLib 1.30
40- #include < ql/version.hpp>
41- #if QL_HEX_VERSION < 0x013000f0
42- #error using an old version of QuantLib, please update.
43- #endif
44-
4526// ! Version string
46- #define OPEN_SOURCE_RISK_VERSION " 1.8.13.1 "
27+ #define OPEN_SOURCE_RISK_VERSION " 1.8.14.0 "
4728
4829// ! Version number
49- #define OPEN_SOURCE_RISK_VERSION_NUM 1081301
30+ #define OPEN_SOURCE_RISK_VERSION_NUM 1081400
5031
5132#endif
You can’t perform that action at this time.
0 commit comments