GUILE-VERSION 692 B

1234567891011121314151617181920212223
  1. # -*-shell-script-*-
  2. # Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
  3. GUILE_MAJOR_VERSION=2
  4. GUILE_MINOR_VERSION=1
  5. GUILE_MICRO_VERSION=2
  6. GUILE_EFFECTIVE_VERSION=2.2
  7. # All of the shared lib versioning info. Right now, for this to work
  8. # properly, you'll also need to add AC_SUBST calls to the right place
  9. # in configure.in, add the right -version-info statement to your
  10. # Makefile.am.
  11. # See libtool info pages for more information on how and when to
  12. # change these.
  13. LIBGUILE_INTERFACE_CURRENT=0
  14. LIBGUILE_INTERFACE_REVISION=0
  15. LIBGUILE_INTERFACE_AGE=0
  16. LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"