[gimp] Updated TinyScheme version number to 1.39.
- From: Kevin Cozens <kcozens src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Updated TinyScheme version number to 1.39.
- Date: Sun, 9 Aug 2009 20:02:26 +0000 (UTC)
commit 76615137465438dd59cdab9c35151ad57f69be46
Author: Kevin Cozens <kcozens cvs gnome org>
Date: Sun Aug 9 15:44:20 2009 -0400
Updated TinyScheme version number to 1.39.
The TinyScheme component of Script-Fu is now in sync with the 1.39
release of the official version of TinyScheme from May 18, 2008.
Previous commit fixed bug #553377 and not #553337.
plug-ins/script-fu/tinyscheme/init.scm | 2 +-
plug-ins/script-fu/tinyscheme/scheme.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/script-fu/tinyscheme/init.scm b/plug-ins/script-fu/tinyscheme/init.scm
index 5a205df..6d149a5 100644
--- a/plug-ins/script-fu/tinyscheme/init.scm
+++ b/plug-ins/script-fu/tinyscheme/init.scm
@@ -1,4 +1,4 @@
-; Initialization file for TinySCHEME 1.38
+; Initialization file for TinySCHEME 1.39
; Per R5RS, up to four deep compositions should be defined
(define (caar x) (car (car x)))
diff --git a/plug-ins/script-fu/tinyscheme/scheme.c b/plug-ins/script-fu/tinyscheme/scheme.c
index c3fce32..8bac854 100644
--- a/plug-ins/script-fu/tinyscheme/scheme.c
+++ b/plug-ins/script-fu/tinyscheme/scheme.c
@@ -1,4 +1,4 @@
-/* T I N Y S C H E M E 1 . 3 8
+/* T I N Y S C H E M E 1 . 3 9
* Dimitrios Souflis (dsouflis acm org)
* Based on MiniScheme (original credits follow)
* (MINISCM) coded by Atsushi Moriwaki (11/5/1989)
@@ -98,7 +98,7 @@ ts_output_string (TsOutputType type,
* Basic memory allocation units
*/
-#define banner "TinyScheme 1.38 (with UTF-8 support)"
+#define banner "TinyScheme 1.39 (with UTF-8 support)"
#include <string.h>
#include <stdlib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]