Skip to content

Commit 62661ec

Browse files
committed
Set version to 1.31 final.
1 parent 2a020a2 commit 62661ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ set(QUANTLIB_VERSION ${QUANTLIB_VERSION_MAJOR}.${QUANTLIB_VERSION_MINOR}.${QUANT
1111

1212
# Project Info
1313
set(PACKAGE_NAME "QuantLib")
14-
set(PACKAGE_VERSION "${QUANTLIB_VERSION}rc2")
15-
set(PACKAGE_VERSION_HEX "0x013100c2")
14+
set(PACKAGE_VERSION "${QUANTLIB_VERSION}")
15+
set(PACKAGE_VERSION_HEX "0x013100f0")
1616
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
1717
set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
1818
set(PACKAGE_BUGREPORT "https://github.com/lballabio/QuantLib/issues/")

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT([QuantLib], [1.31rc2],
2+
AC_INIT([QuantLib], [1.31],
33
44
[QuantLib])
55
AC_PREREQ(2.62)

ql/version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
/*! @{ */
3232

3333
//! version string
34-
#define QL_VERSION "1.31rc2"
34+
#define QL_VERSION "1.31"
3535

3636
//! version hexadecimal number
37-
#define QL_HEX_VERSION 0x013100c2
37+
#define QL_HEX_VERSION 0x013100f0
3838

3939
/*! @} */
4040

0 commit comments

Comments
 (0)