Skip to content

Commit

Permalink
Set version to 1.19-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Mar 23, 2020
1 parent 63fb918 commit 3c9c195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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.18],
AC_INIT([QuantLib], [1.19-dev],
[quantlib-dev@lists.sourceforge.net],
[QuantLib])
AC_PREREQ(2.62)
Expand Down
10 changes: 2 additions & 8 deletions ql/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,10 @@
/*! @{ */

//! version string
#ifdef QL_DEBUG
#define QL_VERSION "1.18-debug"
#else
#define QL_VERSION "1.18"
#endif
#define QL_VERSION "1.19-dev"

//! version hexadecimal number
#define QL_HEX_VERSION 0x011800f0
//! version string for output lib name
#define QL_LIB_VERSION "1_18"
#define QL_HEX_VERSION 0x01190000

/*! @} */

Expand Down

0 comments on commit 3c9c195

Please sign in to comment.