1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-01 09:50:19 +02:00
guile/guile-readline/LIBGUILEREADLINE-VERSION
Ludovic Courtès 31fa00c058 Revision: lcourtes@laas.fr--2006-libre/guile-core--cvs--1.8--patch-32
Creator:  Ludovic Courtes <ludovic.courtes@laas.fr>

Updated `LIBGUILEREADLINE-VERSION'.

(See ChangeLog.)
2007-07-15 13:48:06 +00:00

14 lines
636 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.
LIBGUILEREADLINE_MAJOR=17
LIBGUILEREADLINE_INTERFACE_CURRENT=17
LIBGUILEREADLINE_INTERFACE_REVISION=2
LIBGUILEREADLINE_INTERFACE_AGE=0
LIBGUILEREADLINE_INTERFACE="${LIBGUILEREADLINE_INTERFACE_CURRENT}:${LIBGUILEREADLINE_INTERFACE_REVISION}:${LIBGUILEREADLINE_INTERFACE_AGE}"