mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
decouple GUILE_VERSION from GUILE_EFFECTIVE_VERSION.
* GUILE-VERSION (GUILE_VERSION): Decouple from GUILE_EFFECTIVE_VERSION. This allows us to bumpt the effective version to 2.0 before reaching 2.0.
This commit is contained in:
parent
f7cea64566
commit
dbf499823f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ GUILE_MINOR_VERSION=9
|
|||
GUILE_MICRO_VERSION=8
|
||||
|
||||
GUILE_EFFECTIVE_VERSION=${GUILE_MAJOR_VERSION}.${GUILE_MINOR_VERSION}
|
||||
GUILE_VERSION=${GUILE_EFFECTIVE_VERSION}.${GUILE_MICRO_VERSION}
|
||||
GUILE_VERSION=${GUILE_MAJOR_VERSION}.${GUILE_MINOR_VERSION}.${GUILE_MICRO_VERSION}
|
||||
|
||||
# All of the shared lib versioning info. Right now, for this to work
|
||||
# properly, you'll also need to add AC_SUBST calls to the right place
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue