aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-12 21:36:05 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-12 21:36:05 +0000
commitebe186d9569dbb1294bc1762b18bc29e7b357c70 (patch)
treef6037dd4dd407b19df156406a3e2d7382b6c80d1 /tcl_extras.h
parent5177936e2f429d797e1840ffa3b9de472d3d96a1 (diff)
bump version
svn path=/trunk/externals/tclpd/; revision=12323
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl_extras.h b/tcl_extras.h
index 9bca803..ad95dc1 100644
--- a/tcl_extras.h
+++ b/tcl_extras.h
@@ -10,7 +10,7 @@
#define PATH_MAX 4096
#endif
-#define TCLPD_VERSION "0.2"
+#define TCLPD_VERSION "0.2.1"
#define InitArray(name, size, value) for(int zz=0; zz<(size); zz++) name[zz]=value