We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e2aee commit 73d41c8Copy full SHA for 73d41c8
1 file changed
configure.ac
@@ -1,11 +1,11 @@
1
AC_PREREQ([2.61])
2
-AC_INIT([libb2], [0.98], [contact@blake2.net], [libb2], [https://blake2.net])
+AC_INIT([libb2], [0.98.1], [contact@blake2.net], [libb2], [https://blake2.net])
3
AC_CONFIG_SRCDIR([src/blake2b.c])
4
AC_CONFIG_HEADERS([src/config.h])
5
AM_INIT_AUTOMAKE([foreign 1.9])
6
AC_CONFIG_MACRO_DIR([m4])
7
8
-B2_LIBRARY_VERSION=1:3:0 # interface, revision, age
+B2_LIBRARY_VERSION=1:4:0 # interface, revision, age
9
AC_SUBST(B2_LIBRARY_VERSION)
10
11
AC_LANG_C
0 commit comments