Skip to content

Commit

Permalink
Set version to 1.23 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 5, 2021
1 parent fc908db commit 730d083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([QuantLib], [1.23-dev],
AC_INIT([QuantLib], [1.23-rc],
[quantlib-dev@lists.sourceforge.net],
[QuantLib])
AC_PREREQ(2.62)
Expand Down
4 changes: 2 additions & 2 deletions ql/version.hpp
Expand Up @@ -31,10 +31,10 @@
/*! @{ */

//! version string
#define QL_VERSION "1.23-dev"
#define QL_VERSION "1.23-rc"

//! version hexadecimal number
#define QL_HEX_VERSION 0x01230000
#define QL_HEX_VERSION 0x012300c0

/*! @} */

Expand Down

0 comments on commit 730d083

Please sign in to comment.