aboutsummaryrefslogtreecommitdiff
path: root/jim.h
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-04 08:01:27 +0000
committerantirez <antirez>2005-04-04 08:01:27 +0000
commitd26689e52826e89a5cf23c70a0ec82fa6b96ae7b (patch)
treec39428f3474637555d7b466295e32e563ff50bcb /jim.h
parent98d550ad5da994e68238ad1d4f9ed0134b6ab2e0 (diff)
downloadjimtcl-d26689e52826e89a5cf23c70a0ec82fa6b96ae7b.zip
jimtcl-d26689e52826e89a5cf23c70a0ec82fa6b96ae7b.tar.gz
jimtcl-d26689e52826e89a5cf23c70a0ec82fa6b96ae7b.tar.bz2
Version marked as "0.51".
Diffstat (limited to 'jim.h')
-rw-r--r--jim.h4
1 files changed, 2 insertions, 2 deletions
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