blob: dfd515e2910e2738055212da485685f0755dbd2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# -*-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.
LIBGUILEREADLINE_MAJOR=18
LIBGUILEREADLINE_INTERFACE_CURRENT=18
LIBGUILEREADLINE_INTERFACE_REVISION=0
LIBGUILEREADLINE_INTERFACE_AGE=0
LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"
|