summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2020-05-11 17:04:03 +0200
committerJirka Hladky <jhladky@redhat.com>2020-05-11 17:04:03 +0200
commit77817f115296bbf5a81de2146fc6ac8935bed494 (patch)
tree5d853cf347b742be6f997531f49177fd3b5153ca
parentUpdated fedora spec file (diff)
parentMerge pull request #22 from nbraud/soname (diff)
downloadhaveged-77817f115296bbf5a81de2146fc6ac8935bed494.tar.xz
haveged-77817f115296bbf5a81de2146fc6ac8935bed494.zip
Merge branch 'master' of https://github.com/jirka-h/haveged
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6da1d6f..a76e25a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_PROG_LIBTOOL
AM_ENABLE_SHARED
AM_DISABLE_STATIC
LT_LANG([C])
-HAVEGE_LT_VERSION="1:1:0"
+HAVEGE_LT_VERSION="2:0:0"
AC_SUBST(HAVEGE_LT_VERSION)
AC_DEFINE_UNQUOTED(HAVEGE_LIB_VERSION, "$HAVEGE_LT_VERSION", [Library version])
##libtool_end##