Skip to content

Commit

Permalink
Set version to 1.19 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Jul 14, 2020
1 parent 0366583 commit 356f82f
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.19-rc],
AC_INIT([QuantLib], [1.19],
[[email protected]],
[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.19-rc"
#define QL_VERSION "1.19"

//! version hexadecimal number
#define QL_HEX_VERSION 0x011900c0
#define QL_HEX_VERSION 0x011900f0

/*! @} */

Expand Down

0 comments on commit 356f82f

Please sign in to comment.