mirror of
https://github.com/BLAKE2/libb2
synced 2024-11-22 20:21:59 +01:00
bump version for new release
This commit is contained in:
parent
09e2aeeb1d
commit
73d41c8255
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user