1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Revert "GNU Guile 3.0.3."

This change suggested an ABI incompatibility that's not there for normal
builds:

  https://lists.gnu.org/archive/html/guile-user/2020-06/msg00059.html

Reported by Chris Vine.

This reverts commit 5d052c87bd.
This commit is contained in:
Ludovic Courtès 2020-06-24 15:19:27 +02:00
parent 5d052c87bd
commit 1b2be93d6e

View file

@ -3,7 +3,7 @@
# Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
GUILE_MAJOR_VERSION=3
GUILE_MINOR_VERSION=0
GUILE_MICRO_VERSION=3
GUILE_MICRO_VERSION=2
GUILE_EFFECTIVE_VERSION=3.0
@ -16,7 +16,7 @@ GUILE_EFFECTIVE_VERSION=3.0
# See libtool info pages for more information on how and when to
# change these.
LIBGUILE_INTERFACE_CURRENT=3
LIBGUILE_INTERFACE_REVISION=0
LIBGUILE_INTERFACE_AGE=0
LIBGUILE_INTERFACE_CURRENT=2
LIBGUILE_INTERFACE_REVISION=1
LIBGUILE_INTERFACE_AGE=1
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"