Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / guile-readline / LIBGUILEREADLINE-VERSION
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
10 LIBGUILEREADLINE_MAJOR=18
11 LIBGUILEREADLINE_INTERFACE_CURRENT=18
12 LIBGUILEREADLINE_INTERFACE_REVISION=0
13 LIBGUILEREADLINE_INTERFACE_AGE=0
14 LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"