temporarily disable elisp exception tests
[bpt/guile.git] / GUILE-VERSION
1 # -*-shell-script-*-
2
3 # Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
4 GUILE_MAJOR_VERSION=2
5 GUILE_MINOR_VERSION=1
6 GUILE_MICRO_VERSION=0
7
8 GUILE_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
19 LIBGUILE_INTERFACE_CURRENT=0
20 LIBGUILE_INTERFACE_REVISION=0
21 LIBGUILE_INTERFACE_AGE=0
22 LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"