diff options
Diffstat (limited to 'tcl_extras.h')
-rw-r--r-- | tcl_extras.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl_extras.h b/tcl_extras.h index ca396ac..6d52989 100644 --- a/tcl_extras.h +++ b/tcl_extras.h @@ -10,6 +10,8 @@ #define PATH_MAX 4096 #endif +#define TCLPD_VERSION "0.2" + typedef struct _t_tcl { t_object o; Tcl_Obj* self; |