guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-13-89-g1c


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-13-89-g1c20cf1
Date: Fri, 19 Nov 2010 16:47:27 +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=1c20cf117505dff5e0bb8bb6f1b1ed0ff9272d30

The branch, master has been updated
       via  1c20cf117505dff5e0bb8bb6f1b1ed0ff9272d30 (commit)
      from  9fe717e23c50680b77860dcb3e30b00184caba4f (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 1c20cf117505dff5e0bb8bb6f1b1ed0ff9272d30
Author: Andy Wingo <address@hidden>
Date:   Fri Nov 19 17:51:16 2010 +0100

    bump objcode version
    
    * libguile/_scm.h (SCM_OBJCODE_MINOR_VERSION): Bump, as the
      process-define-module deprecation means that outside compiled code
      won't find process-define-module in the (guile) module, as they would
      before.

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

Summary of changes:
 libguile/_scm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libguile/_scm.h b/libguile/_scm.h
index 219b3a2..eb3a8a2 100644
--- a/libguile/_scm.h
+++ b/libguile/_scm.h
@@ -183,7 +183,7 @@
 
 /* Major and minor versions must be single characters. */
 #define SCM_OBJCODE_MAJOR_VERSION 0
-#define SCM_OBJCODE_MINOR_VERSION S
+#define SCM_OBJCODE_MINOR_VERSION T
 #define SCM_OBJCODE_MAJOR_VERSION_STRING        \
   SCM_CPP_STRINGIFY(SCM_OBJCODE_MAJOR_VERSION)
 #define SCM_OBJCODE_MINOR_VERSION_STRING        \


hooks/post-receive
-- 
GNU Guile



reply via email to

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