Skip to content

Commit 621660f

Browse files
committed
Set version to 1.30 final.
1 parent 71f59ce commit 621660f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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}-rc")
15-
set(PACKAGE_VERSION_HEX "0x013000c0")
14+
set(PACKAGE_VERSION "${QUANTLIB_VERSION}")
15+
set(PACKAGE_VERSION_HEX "0x013000f0")
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

Lines changed: 1 addition & 1 deletion
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.30-rc],
2+
AC_INIT([QuantLib], [1.30],
33
[quantlib-dev@lists.sourceforge.net],
44
[QuantLib])
55
AC_PREREQ(2.62)

ql/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
/*! @{ */
3232

3333
//! version string
34-
#define QL_VERSION "1.30-rc"
34+
#define QL_VERSION "1.30"
3535

3636
//! version hexadecimal number
37-
#define QL_HEX_VERSION 0x013000c0
37+
#define QL_HEX_VERSION 0x013000f0
3838

3939
/*! @} */
4040

0 commit comments

Comments
 (0)