aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/pd_gfsm.c
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
commitd13da71edce4b913736c1e752a211ae20c193292 (patch)
tree57b0c3884b5d465259d21906f89e4ec5635da9d3 /gfsm/src/pd_gfsm.c
parent2072ea2ef54b92775efc83c82d9a4b7a8ac4d616 (diff)
+ added local copy of gfsm source tree in gfsm/ subdir (for pd-extended auto-builds)
+ external builds now use static local libgfsm by default (insulates vs. API change, etc.) svn path=/trunk/externals/moocow/; revision=10403
Diffstat (limited to 'gfsm/src/pd_gfsm.c')
-rw-r--r--gfsm/src/pd_gfsm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gfsm/src/pd_gfsm.c b/gfsm/src/pd_gfsm.c
index 0659454..e74acec 100644
--- a/gfsm/src/pd_gfsm.c
+++ b/gfsm/src/pd_gfsm.c
@@ -3,7 +3,7 @@
* Author: Bryan Jurish <moocow@ling.uni-potsdam.de>
* Description: finite state automata for Pd
*
- * Copyright (c) 2004-2006 Bryan Jurish.
+ * Copyright (c) 2004-2008 Bryan Jurish.
*
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
@@ -72,7 +72,8 @@ void gfsm_setup(void)
//-- banner
post("");
post("gfsm: finite state machine externals v%s by Bryan Jurish", PACKAGE_VERSION);
- //post("fsm: based on code by Helmut Schmid");
+ post("gfsm: using " PD_GFSM_WHICH " libgfsm v%s", gfsm_version_string);
+ post("gfsm: compiled by " PD_GFSM_USER " on " PD_GFSM_DATE);
//-- library
pd_gfsm_alphabet_setup();