1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Bumped versions for 1.9 series.

This commit is contained in:
Marius Vollmer 2006-02-05 22:57:57 +00:00
parent 31a4ff3e3d
commit 349b48f9a9
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2006-02-06 Marius Vollmer <mvo@zagadka.de>
* LIBGUILEREADLINE-VERSION: Bumped versions for 1.9 series.
2005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* readline.c: Use scm_current_input_port instead of scm_cur_inp.

View file

@ -7,8 +7,8 @@
# source this file from configure.in. Later we may automate more of
# this.
LIBGUILEREADLINE_MAJOR=16
LIBGUILEREADLINE_INTERFACE_CURRENT=16
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}"