diff options
-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 |