From a154d88d889a40dc8fd5641aa0d2458d777c4c5a Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sun, 15 Feb 2009 20:41:13 +0000 Subject: + finished centralization of build logic svn path=/trunk/externals/moocow/; revision=10779 --- gfsm/src/pd_gfsm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gfsm/src/pd_gfsm.c') diff --git a/gfsm/src/pd_gfsm.c b/gfsm/src/pd_gfsm.c index 848cfcf..3d4fcca 100644 --- a/gfsm/src/pd_gfsm.c +++ b/gfsm/src/pd_gfsm.c @@ -3,7 +3,7 @@ * Author: Bryan Jurish * Description: finite state automata for Pd * - * Copyright (c) 2004-2008 Bryan Jurish. + * Copyright (c) 2004-2009 Bryan Jurish. * * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. @@ -73,7 +73,7 @@ void gfsm_setup(void) post(""); post("gfsm: finite state machine externals v%s by Bryan Jurish", PACKAGE_VERSION); post("gfsm: using " PD_GFSM_WHICH " libgfsm v%s", gfsm_version_string); - post("gfsm: compiled by " PD_GFSM_USER " on " PD_GFSM_DATE); + post("gfsm: compiled by " PACKAGE_BUILD_USER " on " PACKAGE_BUILD_DATE); //-- library pd_gfsm_alphabet_setup(); -- cgit v1.2.1