More precise dead-after-use? for loop variables
[bpt/guile.git] / GUILE-VERSION
CommitLineData
85e6a2f8
RB
1# -*-shell-script-*-
2
db10a69b 3# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
229b4bd5
LC
4GUILE_MAJOR_VERSION=2
5GUILE_MINOR_VERSION=1
6GUILE_MICRO_VERSION=0
8f581c2b 7
0c81a0c1 8GUILE_EFFECTIVE_VERSION=2.2
db10a69b 9
0f2d19dd 10
1cadfbc0
RB
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
85e6a2f8
RB
18# See libtool info pages for more information on how and when to
19# change these.
20
4bfe7307 21LIBGUILE_INTERFACE_CURRENT=0
85e6a2f8 22LIBGUILE_INTERFACE_REVISION=0
4bfe7307 23LIBGUILE_INTERFACE_AGE=0
85e6a2f8 24LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"