From 2e5f65d784c11ae62c2a317ba6ee98697cd7fff1 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Wed, 2 Sep 2009 21:12:41 +0000 Subject: bump version svn path=/trunk/externals/tclpd/; revision=12195 --- tcl_extras.h | 2 ++ tcl_setup.cxx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; diff --git a/tcl_setup.cxx b/tcl_setup.cxx index 15eb3c3..c66b929 100644 --- a/tcl_setup.cxx +++ b/tcl_setup.cxx @@ -13,7 +13,7 @@ void tclpd_setup(void) { return; } - post("Tcl loader v0.1.1 - 08.2009"); + post("Tcl loader v" TCLPD_VERSION); proxyinlet_setup(); -- cgit v1.2.1