diff options
Diffstat (limited to 'tcl_extras.h')
-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 7e9fb5c..f4e72bf 100644 --- a/tcl_extras.h +++ b/tcl_extras.h @@ -10,7 +10,7 @@ #define PATH_MAX 4096 #endif -#define TCLPD_VERSION "0.2.1" +#define TCLPD_VERSION "0.2.2" #define InitArray(name, size, value) for(int zz=0; zz<(size); zz++) name[zz]=value |