diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2009-09-12 21:36:05 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2009-09-12 21:36:05 +0000 |
commit | ebe186d9569dbb1294bc1762b18bc29e7b357c70 (patch) | |
tree | f6037dd4dd407b19df156406a3e2d7382b6c80d1 | |
parent | 5177936e2f429d797e1840ffa3b9de472d3d96a1 (diff) |
bump version
svn path=/trunk/externals/tclpd/; revision=12323
-rw-r--r-- | tcl_extras.h | 2 |
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 |