2001-08-16 03:41:49 +00:00
|
|
|
# -*-shell-script-*-
|
|
|
|
|
|
2010-05-30 00:14:02 +02:00
|
|
|
# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
|
2011-02-15 16:45:20 +01:00
|
|
|
GUILE_MAJOR_VERSION=2
|
|
|
|
|
GUILE_MINOR_VERSION=0
|
2014-03-20 21:21:21 +01:00
|
|
|
GUILE_MICRO_VERSION=11
|
2001-05-17 04:51:53 +00:00
|
|
|
|
2010-03-16 20:27:47 +01:00
|
|
|
GUILE_EFFECTIVE_VERSION=2.0
|
2010-05-30 00:14:02 +02:00
|
|
|
|
1996-07-25 22:56:11 +00:00
|
|
|
|
2002-02-25 04:49:44 +00:00
|
|
|
# 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.
|
|
|
|
|
|
2001-08-16 03:41:49 +00:00
|
|
|
# See libtool info pages for more information on how and when to
|
|
|
|
|
# change these.
|
|
|
|
|
|
2013-04-09 22:51:48 +02:00
|
|
|
LIBGUILE_INTERFACE_CURRENT=29
|
2014-03-20 21:21:21 +01:00
|
|
|
LIBGUILE_INTERFACE_REVISION=2
|
2013-04-09 22:51:48 +02:00
|
|
|
LIBGUILE_INTERFACE_AGE=7
|
2001-08-16 03:41:49 +00:00
|
|
|
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"
|