diff options
author | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-13 21:13:33 +0000 |
---|---|---|
committer | mescalinum <mescalinum@users.sourceforge.net> | 2011-10-13 21:13:33 +0000 |
commit | 4fe272ef85c7228cd87a89a2d1d2a7133805c493 (patch) | |
tree | f88971cef19069f8255286b5f5d08892aa5ce0b6 /tcl_extras.h | |
parent | c87bf3d9569cb2b40cd449fe19757fa7a5ce4bc5 (diff) |
release 0.2.2
svn path=/trunk/externals/loaders/tclpd/; revision=15585
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 |