aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--jim.h4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a3c2e5b..8581681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-04 09:58 antirez
+
+ * ChangeLog, Makefile, jim-stdlib-1.0.tcl, jim.c: Some change in
+ the standard library, a bug about [info body/args] fixed. some
+ commented work in progress for exposing the Jim parse at script
+ level. Default compilation set to -Os again.
+
2005-04-02 23:35 antirez
* ChangeLog, Makefile, README, TODO, jim-sqlite.c,
diff --git a/jim.h b/jim.h
index 012aa84..d548689 100644
--- a/jim.h
+++ b/jim.h
@@ -2,7 +2,7 @@
* Copyright 2005 Salvatore Sanfilippo <antirez@invece.org>
* Copyright 2005 Clemens Hintze <c.hintze@gmx.net>
*
- * $Id: jim.h,v 1.66 2005/04/02 07:44:24 antirez Exp $
+ * $Id: jim.h,v 1.67 2005/04/04 08:01:28 antirez Exp $
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -109,7 +109,7 @@ extern "C" {
/* Jim version numbering: every version of jim is marked with a
* successive integer number. This is version 0. The first
* stable version will be 1, then 2, 3, and so on. */
-#define JIM_VERSION 50
+#define JIM_VERSION 51
#define JIM_OK 0
#define JIM_ERR 1