Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Bump libpkg version
Baptiste Daroussin committed 9 years ago
commit 888b0d904b05eb972a12b0f3abbb91049389650c
parent 7025812256a98b17da2e69c7a94afabd406b791d
1 file changed +1 -1
modified configure.ac
@@ -19,7 +19,7 @@ dnl we use 3 integers: current, revision and age:
dnl - if you change ABI (meaning add/remove/modify), then always update `current`
dnl - if you modify lib (that means ALL modifies), then increase `revision`
dnl - if you want backward compatibility, then use `age`
-
LIBPKG_CURRENT=3
+
LIBPKG_CURRENT=4
LIBPKG_REVISION=0
LIBPKG_AGE=0
LIBPKG_SO_VERSION="$LIBPKG_CURRENT:$LIBPKG_REVISION:$LIBPKG_AGE"