Skip to content

Commit

Permalink
Set version to 1.22 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Apr 1, 2021
1 parent 4bfe51c commit 60f15c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.22-dev],
AC_INIT([QuantLib], [1.22-rc],
[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.22-dev"
#define QL_VERSION "1.22-rc"

//! version hexadecimal number
#define QL_HEX_VERSION 0x01220000
#define QL_HEX_VERSION 0x012200c0

/*! @} */

Expand Down

0 comments on commit 60f15c5

Please sign in to comment.