aboutsummaryrefslogtreecommitdiff
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
parentdd138f1c21a2a26420bf0fc79688b64a5a09a69b (diff)
bump version
svn path=/trunk/externals/tclpd/; revision=12195
-rw-r--r--tcl_extras.h2
-rw-r--r--tcl_setup.cxx2
2 files changed, 3 insertions, 1 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;
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();