summaryrefslogtreecommitdiff
path: root/s7.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>2016-10-24 13:57:11 +0200
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>2016-10-24 13:57:11 +0200
commitf81bd20a17bbbccde1154046c6ec70805e4be71b (patch)
tree4781df323969a2466984abd9fe69b1bc01b69ec1 /s7.h
parenta91adfdf373f6914bfec9901421cba0e99746b0b (diff)
New upstream version 16.9
Diffstat (limited to 's7.h')
-rw-r--r--s7.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/s7.h b/s7.h
index b4ec912..0c2b015 100644
--- a/s7.h
+++ b/s7.h
@@ -1,8 +1,8 @@
#ifndef S7_H
#define S7_H
-#define S7_VERSION "4.10"
-#define S7_DATE "9-Aug-16"
+#define S7_VERSION "4.11"
+#define S7_DATE "23-Sep-16"
typedef long long int s7_int; /* This sets the size of integers in Scheme; it needs to be big enough to accomodate a C pointer. */
typedef double s7_double; /* similarly for Scheme reals; only "double" works in C++ */
@@ -779,6 +779,7 @@ s7_pointer s7_apply_n_9(s7_scheme *sc, s7_pointer args,
*
* s7 changes
*
+ * 23-Sep: make-keyword -> string->keyword.
* 9-Aug: s7_varlet.
* 29-Jul: s7_define_unsafe_typed_function.
* 30-May: symbol takes any number of args. make-vector no longer takes an optional fourth argument.