Skip to content

Commit 58a908d

Browse files
committed
Set version to 1.33 final.
1 parent e9422af commit 58a908d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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 "0x013300c0")
14+
set(PACKAGE_VERSION "${QUANTLIB_VERSION}")
15+
set(PACKAGE_VERSION_HEX "0x013300f0")
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.33-rc],
2+
AC_INIT([QuantLib], [1.33],
33
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.33-rc"
34+
#define QL_VERSION "1.33"
3535

3636
//! version hexadecimal number
37-
#define QL_HEX_VERSION 0x013300c0
37+
#define QL_HEX_VERSION 0x013300f0
3838

3939
/*! @} */
4040

0 commit comments

Comments
 (0)