temporarily disable elisp exception tests
[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=1
6GUILE_MICRO_VERSION=0
7
8GUILE_EFFECTIVE_VERSION=2.2
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.
15
16# See libtool info pages for more information on how and when to
17# change these.
18
19LIBGUILE_INTERFACE_CURRENT=0
20LIBGUILE_INTERFACE_REVISION=0
21LIBGUILE_INTERFACE_AGE=0
22LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"