From 4fe272ef85c7228cd87a89a2d1d2a7133805c493 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Thu, 13 Oct 2011 21:13:33 +0000 Subject: release 0.2.2 svn path=/trunk/externals/loaders/tclpd/; revision=15585 --- tcl_extras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl_extras.h') 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 -- cgit v1.2.1