Skip to content

Commit

Permalink
Set version to 1.33 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jan 19, 2024
1 parent e9422af commit 58a908d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set(QUANTLIB_VERSION ${QUANTLIB_VERSION_MAJOR}.${QUANTLIB_VERSION_MINOR}.${QUANT

# Project Info
set(PACKAGE_NAME "QuantLib")
set(PACKAGE_VERSION "${QUANTLIB_VERSION}-rc")
set(PACKAGE_VERSION_HEX "0x013300c0")
set(PACKAGE_VERSION "${QUANTLIB_VERSION}")
set(PACKAGE_VERSION_HEX "0x013300f0")
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_TARNAME "${PACKAGE_NAME}-${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "https://github.com/lballabio/QuantLib/issues/")
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([QuantLib], [1.33-rc],
AC_INIT([QuantLib], [1.33],
[quantlib-dev@lists.sourceforge.net],
[QuantLib])
AC_PREREQ(2.62)
Expand Down
4 changes: 2 additions & 2 deletions ql/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
/*! @{ */

//! version string
#define QL_VERSION "1.33-rc"
#define QL_VERSION "1.33"

//! version hexadecimal number
#define QL_HEX_VERSION 0x013300c0
#define QL_HEX_VERSION 0x013300f0

/*! @} */

Expand Down

0 comments on commit 58a908d

Please sign in to comment.