* scheme-modules.texi (Compiled Code Modules): replace
[bpt/guile.git] / guile-readline / LIBGUILEREADLINE-VERSION
CommitLineData
c5a4c0e6
RB
1# -*-shell-script-*-
2
3# This file contains the shared library versioning information. Right
4# now, for this to work properly, you'll also need to add AC_SUBST
5# calls to the right place in configure.in, add the right
6# -version-info statement to your Makefile.am, and add a call to
7# source this file from configure.in. Later we may automate more of
8# this.
9
10LIBGUILEREADLINE_INTERFACE_CURRENT=10
11LIBGUILEREADLINE_INTERFACE_REVISION=0
12LIBGUILEREADLINE_INTERFACE_AGE=0
13LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"