diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-06-10 15:19:51 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-06-10 15:19:51 +0200 |
| commit | 63151521fd06ccddd6d5c4e3f283f26d5b9b024d (patch) | |
| tree | da3abd8cf9732e2272a99ffd9c8bb395c07c73ee /src/univalue/configure.ac | |
| parent | Merge #8154: drop vAddrToSend after sending big addr message (diff) | |
| parent | Squashed 'src/univalue/' changes from 2740c4f..f32df99 (diff) | |
| download | discoin-63151521fd06ccddd6d5c4e3f283f26d5b9b024d.tar.xz discoin-63151521fd06ccddd6d5c4e3f283f26d5b9b024d.zip | |
Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2'
Diffstat (limited to 'src/univalue/configure.ac')
| -rw-r--r-- | src/univalue/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/univalue/configure.ac b/src/univalue/configure.ac index 0515b632b..93d3ba945 100644 --- a/src/univalue/configure.ac +++ b/src/univalue/configure.ac @@ -1,7 +1,7 @@ m4_define([libunivalue_major_version], [1]) m4_define([libunivalue_minor_version], [1]) -m4_define([libunivalue_micro_version], [1]) -m4_define([libunivalue_interface_age], [1]) +m4_define([libunivalue_micro_version], [2]) +m4_define([libunivalue_interface_age], [2]) # If you need a modifier for the version number. # Normally empty, but can be used to make "fixup" releases. m4_define([libunivalue_extraversion], []) @@ -14,7 +14,7 @@ m4_define([libunivalue_age], [m4_eval(libunivalue_binary_age - libunivalue_inter m4_define([libunivalue_version], [libunivalue_major_version().libunivalue_minor_version().libunivalue_micro_version()libunivalue_extraversion()]) -AC_INIT([univalue], [1.0.1], +AC_INIT([univalue], [1.0.2], [http://github.com/jgarzik/univalue/]) dnl make the compilation flags quiet unless V=1 is used |