From 1a46e9ae901d5351bf4a3d3601931dba4c5673cd Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 14 Jan 2004 03:38:02 +0000 Subject: "" svn path=/trunk/; revision=1257 --- externals/grill/py/source/py.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/py/source/py.cpp') diff --git a/externals/grill/py/source/py.cpp b/externals/grill/py/source/py.cpp index d30da239..85fb0d75 100644 --- a/externals/grill/py/source/py.cpp +++ b/externals/grill/py/source/py.cpp @@ -208,7 +208,7 @@ V pyobj::m_set(I argc,const t_atom *argv) V pyobj::m_help() { post(""); - post("py %s - python script object, (C)2002,2003 Thomas Grill",PY__VERSION); + post("py %s - python script object, (C)2002-2004 Thomas Grill",PY__VERSION); #ifdef FLEXT_DEBUG post("DEBUG VERSION, compiled on " __DATE__ " " __TIME__); #endif -- cgit v1.2.1