doc: "!#" does not need to appear on a line of its own.
[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
349b48f9
MV
10LIBGUILEREADLINE_MAJOR=18
11LIBGUILEREADLINE_INTERFACE_CURRENT=18
c5a4c0e6
RB
12LIBGUILEREADLINE_INTERFACE_REVISION=0
13LIBGUILEREADLINE_INTERFACE_AGE=0
14LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"