Skip to content

Commit 73d41c8

Browse files
committed
bump version for new release
1 parent 09e2aee commit 73d41c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
AC_PREREQ([2.61])
2-
AC_INIT([libb2], [0.98], [contact@blake2.net], [libb2], [https://blake2.net])
2+
AC_INIT([libb2], [0.98.1], [contact@blake2.net], [libb2], [https://blake2.net])
33
AC_CONFIG_SRCDIR([src/blake2b.c])
44
AC_CONFIG_HEADERS([src/config.h])
55
AM_INIT_AUTOMAKE([foreign 1.9])
66
AC_CONFIG_MACRO_DIR([m4])
77

8-
B2_LIBRARY_VERSION=1:3:0 # interface, revision, age
8+
B2_LIBRARY_VERSION=1:4:0 # interface, revision, age
99
AC_SUBST(B2_LIBRARY_VERSION)
1010

1111
AC_LANG_C

0 commit comments

Comments
 (0)