diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-04-05 09:12:17 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-04-05 09:12:36 +0200 |
| commit | 47d24c85b71b854939522238f8e44c891d8674af (patch) | |
| tree | 2285d468047691539f567ed87450fd53af95da1d /configure.ac | |
| parent | Bugfix: ancestor modifed fees were incorrect for descendants (diff) | |
| download | discoin-47d24c85b71b854939522238f8e44c891d8674af.tar.xz discoin-47d24c85b71b854939522238f8e44c891d8674af.zip | |
Bump version to 0.14.1
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index da42a0a16..a9156c348 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 14) -define(_CLIENT_VERSION_REVISION, 0) +define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2017) |