diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4ff4c0ef5cc4..6a43fd5de933 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ sinclude(dnscrypt/dnscrypt.m4) # must be numbers. ac_defun because of later processing m4_define([VERSION_MAJOR],[1]) m4_define([VERSION_MINOR],[24]) -m4_define([VERSION_MICRO],[1]) +m4_define([VERSION_MICRO],[2]) AC_INIT([unbound],m4_defn([VERSION_MAJOR]).m4_defn([VERSION_MINOR]).m4_defn([VERSION_MICRO]),[unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues],[unbound]) AC_SUBST(UNBOUND_VERSION_MAJOR, [VERSION_MAJOR]) AC_SUBST(UNBOUND_VERSION_MINOR, [VERSION_MINOR]) @@ -121,6 +121,7 @@ LIBUNBOUND_AGE=1 # 1.23.1 had 9:32:1 # 1.24.0 had 9:33:1 # 1.24.1 had 9:34:1 +# 1.24.2 had 9:35:1 # Current -- the number of the binary API that we're implementing # Revision -- which iteration of the implementation of the binary |
