X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/9d8a10a94c022e5fe4b58aa4b586eda514b1189f..afdcb073d3f8f9c107f31485e3121b16a5a3e1e6:/GUILE-VERSION diff --git a/GUILE-VERSION b/GUILE-VERSION index 71237e421..4a3f4fcef 100644 --- a/GUILE-VERSION +++ b/GUILE-VERSION @@ -11,14 +11,12 @@ GUILE_EFFECTIVE_VERSION=2.2 # All of the shared lib versioning info. Right now, for this to work # properly, you'll also need to add AC_SUBST calls to the right place # in configure.in, add the right -version-info statement to your -# Makefile.am The only library not handled here is -# guile-readline/libguile-readline. It is handled in -# ./guile-readline/LIBGUILEREADLINE-VERSION. +# Makefile.am. # See libtool info pages for more information on how and when to # change these. -LIBGUILE_INTERFACE_CURRENT=24 +LIBGUILE_INTERFACE_CURRENT=0 LIBGUILE_INTERFACE_REVISION=0 -LIBGUILE_INTERFACE_AGE=2 +LIBGUILE_INTERFACE_AGE=0 LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"