1
0
Fork 0
mirror of https://github.com/BLAKE2/libb2 synced 2024-05-24 00:16:23 +02:00

bump version for new release

This commit is contained in:
Samuel Neves 2019-03-10 15:28:51 +00:00
parent 09e2aeeb1d
commit 73d41c8255

View File

@ -1,11 +1,11 @@
AC_PREREQ([2.61])
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])
AC_CONFIG_SRCDIR([src/blake2b.c])
AC_CONFIG_HEADERS([src/config.h])
AM_INIT_AUTOMAKE([foreign 1.9])
AC_CONFIG_MACRO_DIR([m4])
B2_LIBRARY_VERSION=1:3:0 # interface, revision, age
B2_LIBRARY_VERSION=1:4:0 # interface, revision, age
AC_SUBST(B2_LIBRARY_VERSION)
AC_LANG_C