summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-03-16 20:27:10 +0100
committerAndy Wingo <wingo@pobox.com>2010-03-16 20:27:10 +0100
commitdbf499823f29dcb3329eec8e00ff22762f6b5d49 (patch)
treeb57da20f8f2b78ce573bc23a333ee4c1a529777a
parentf7cea64566407151de4ff665ec787fca927b908f (diff)
downloadguile-dbf499823f29dcb3329eec8e00ff22762f6b5d49.tar.gz
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.
-rw-r--r--GUILE-VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/GUILE-VERSION b/GUILE-VERSION
index 89f0a55a4..ced3bd5df 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -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