Update Gnulib to v0.1-77-gd9361da
[bpt/guile.git] / GUILE-VERSION
... / ...
CommitLineData
1# -*-shell-script-*-
2
3# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
4GUILE_MAJOR_VERSION=2
5GUILE_MINOR_VERSION=0
6GUILE_MICRO_VERSION=9
7
8GUILE_EFFECTIVE_VERSION=2.0
9
10
11# All of the shared lib versioning info. Right now, for this to work
12# properly, you'll also need to add AC_SUBST calls to the right place
13# in configure.in, add the right -version-info statement to your
14# Makefile.am The only library not handled here is
15# guile-readline/libguile-readline. It is handled in
16# ./guile-readline/LIBGUILEREADLINE-VERSION.
17
18# See libtool info pages for more information on how and when to
19# change these.
20
21LIBGUILE_INTERFACE_CURRENT=29
22LIBGUILE_INTERFACE_REVISION=0
23LIBGUILE_INTERFACE_AGE=7
24LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"