guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/02: Bump prerelease version numbering to 2.9.x


From: Andy Wingo
Subject: [Guile-commits] 01/02: Bump prerelease version numbering to 2.9.x
Date: Wed, 10 Oct 2018 04:32:36 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 2b4999b8bb9abf73b853bebf769a1c0a5c8ca0e2
Author: Andy Wingo <address@hidden>
Date:   Wed Oct 10 10:11:26 2018 +0200

    Bump prerelease version numbering to 2.9.x
    
    * GUILE-VERSION (GUILE_MINOR_VERSION): Bump to 9.
    * NEWS: Update expected version numbers.
    * configure.ac: Update pattern.
---
 GUILE-VERSION | 2 +-
 NEWS          | 8 +++++---
 configure.ac  | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/GUILE-VERSION b/GUILE-VERSION
index a44c254..53e329f 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -2,7 +2,7 @@
 
 # Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
 GUILE_MAJOR_VERSION=2
-GUILE_MINOR_VERSION=3
+GUILE_MINOR_VERSION=9
 GUILE_MICRO_VERSION=0
 
 GUILE_EFFECTIVE_VERSION=3.0
diff --git a/NEWS b/NEWS
index 9a171b7..c6c2e62 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ Please send Guile bug reports to address@hidden
 
 
 
-Changes in alpha 2.3.1 (since the stable 2.2 series):
+Changes in alpha 2.9.1 (since the stable 2.2 series):
 
 * Notable changes
 
@@ -20,11 +20,13 @@ of "eval" written in C, as in the days of Guile 1.8.
 See "Just-In-Time Native Code" in the manual, for more information.  JIT
 compilation will be enabled automatically and transparently.  To disable
 JIT compilation, configure Guile with `--enable-jit=no' or
-`--disable-jit'.  See `./configure --help' for more.
+`--disable-jit'.  The default is `--enable-jit=auto', which enables the
+JIT if it is available.  See `./configure --help' for more.
 
 In this release, JIT compilation is enabled only on x86-64.  In future
 prereleases support will be added for all architectures supported by GNU
-lightning.
+lightning.  Intrepid users on other platforms can try passing
+`--enable-jit=yes' to see the state of JIT on their platform.
 
 ** Lower-level bytecode
 
diff --git a/configure.ac b/configure.ac
index 7b61e10..c9c8dd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ License along with Guile.  If not, see
 AC_PREREQ(2.61)
 
 AC_INIT([GNU Guile],
-        m4_esyscmd([build-aux/git-version-gen --match v2.3.\* 
.tarball-version]),
+        m4_esyscmd([build-aux/git-version-gen --match v2.9.\* 
.tarball-version]),
         address@hidden)
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]