Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Bump libpkg version
Baptiste Daroussin committed 9 years ago
commit 888b0d904b05eb972a12b0f3abbb91049389650c
parent 7025812
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"