From ebe186d9569dbb1294bc1762b18bc29e7b357c70 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Sat, 12 Sep 2009 21:36:05 +0000 Subject: bump version svn path=/trunk/externals/tclpd/; revision=12323 --- tcl_extras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1