1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/guile-readline/LIBGUILEREADLINE-VERSION
Marius Vollmer e5ab7101aa * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of
the shared library.
* configure.in: AC_SUBST it.
* Makefile.am: Substitute it into name of library.
2004-08-26 15:16:10 +00:00

18 lines
872 B
Bash

# -*-shell-script-*-
# This file contains the shared library versioning information. 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, and add a call to
# source this file from configure.in. Later we may automate more of
# this.
# Until 1.8, you must edit readline.scm if you edit this file to make
# sure it explicitly loads the right shared lib version. See TODO.
LIBGUILEREADLINE_INTERFACE_CURRENT=15
LIBGUILEREADLINE_INTERFACE_REVISION=0
LIBGUILEREADLINE_INTERFACE_AGE=3
LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"
# This must be the actual library major number -- a hack until we get
# libltdl straightened out.
LIBGUILEREADLINE_MAJOR=12