guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-253-g92b79


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.9-253-g92b793d
Date: Mon, 17 Mar 2014 22:52:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=92b793da2b43af0ed470c43dc7e41409ca61f1b4

The branch, stable-2.0 has been updated
       via  92b793da2b43af0ed470c43dc7e41409ca61f1b4 (commit)
       via  f755f14e32aca8ecaabab759db0dd88072d0ca45 (commit)
      from  6a450390caca3fa62bb611843fea53f729be278a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92b793da2b43af0ed470c43dc7e41409ca61f1b4
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 17 23:18:38 2014 +0100

    Bump version number for 2.0.10.
    
    * GUILE-VERSION (GUILE_MICRO_VERSION): Increment.
      (LIBGUILE_INTERFACE_REVISION): Increment.

commit f755f14e32aca8ecaabab759db0dd88072d0ca45
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 17 23:06:21 2014 +0100

    Fix typo in NEWS.

-----------------------------------------------------------------------

Summary of changes:
 GUILE-VERSION |    4 ++--
 NEWS          |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/GUILE-VERSION b/GUILE-VERSION
index 4ebba1e..00cf573 100644
--- a/GUILE-VERSION
+++ b/GUILE-VERSION
@@ -3,7 +3,7 @@
 # Note: `GUILE_VERSION' is defined in `configure.ac' using `git-version-gen'.
 GUILE_MAJOR_VERSION=2
 GUILE_MINOR_VERSION=0
-GUILE_MICRO_VERSION=9
+GUILE_MICRO_VERSION=10
 
 GUILE_EFFECTIVE_VERSION=2.0
 
@@ -19,6 +19,6 @@ GUILE_EFFECTIVE_VERSION=2.0
 # change these.
 
 LIBGUILE_INTERFACE_CURRENT=29
-LIBGUILE_INTERFACE_REVISION=0
+LIBGUILE_INTERFACE_REVISION=1
 LIBGUILE_INTERFACE_AGE=7
 
LIBGUILE_INTERFACE="${LIBGUILE_INTERFACE_CURRENT}:${LIBGUILE_INTERFACE_REVISION}:${LIBGUILE_INTERFACE_AGE}"
diff --git a/NEWS b/NEWS
index 15911bf..5cfba1c 100644
--- a/NEWS
+++ b/NEWS
@@ -141,7 +141,7 @@ See "Binding multiple return values" in the manual.
 Guile now allows macro definitions to use identifiers other than '...'
 as the ellipsis.  This is convenient when writing macros that generate
 macro definitions.  The desired ellipsis identifier can be given as the
-first operand to 'syntax-rules', as specified SRFI-46 and R7RS, or by
+first operand to 'syntax-rules', as specified in SRFI-46 and R7RS, or by
 using the new 'with-ellipsis' special form in procedural macros.  With
 this addition, Guile now fully supports SRFI-46.
 


hooks/post-receive
-- 
GNU Guile



reply via email to

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