aboutsummaryrefslogtreecommitdiff
path: root/tcl_extras.h
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-02 21:12:41 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-02 21:12:41 +0000
commit2e5f65d784c11ae62c2a317ba6ee98697cd7fff1 (patch)
tree612882657a5c9fa4c0b855ea7ea77b0c180bdd4b /tcl_extras.h
parentdd138f1c21a2a26420bf0fc79688b64a5a09a69b (diff)
bump version
svn path=/trunk/externals/tclpd/; revision=12195
Diffstat (limited to 'tcl_extras.h')
-rw-r--r--tcl_extras.h2
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;