LIBGUILEREADLINE-VERSION 872 B

12345678910111213141516171819
  1. # -*-shell-script-*-
  2. # This file contains the shared library versioning information. Right
  3. # now, for this to work properly, you'll also need to add AC_SUBST
  4. # calls to the right place in configure.in, add the right
  5. # -version-info statement to your Makefile.am, and add a call to
  6. # source this file from configure.in. Later we may automate more of
  7. # this.
  8. # Until 1.8, you must edit readline.scm if you edit this file to make
  9. # sure it explicitly loads the right shared lib version. See TODO.
  10. LIBGUILEREADLINE_INTERFACE_CURRENT=15
  11. LIBGUILEREADLINE_INTERFACE_REVISION=1
  12. LIBGUILEREADLINE_INTERFACE_AGE=3
  13. LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"
  14. # This must be the actual library major number -- a hack until we get
  15. # libltdl straightened out.
  16. LIBGUILEREADLINE_MAJOR=12