aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/source/main.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:53:43 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:53:43 +0000
commit83c049b6c7eb05aabbfc008f46541c9d83b2be01 (patch)
tree778b1ca4f6a97b39712455bff4700a87fe9c5d38 /externals/grill/pool/source/main.cpp
parent53bf2216c3d76fdba0c98e6b41267d6b09dab1c6 (diff)
update for flext build system
added saving/loading of spaces and other special characters (escaping) svn path=/trunk/; revision=2644
Diffstat (limited to 'externals/grill/pool/source/main.cpp')
-rw-r--r--externals/grill/pool/source/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/pool/source/main.cpp b/externals/grill/pool/source/main.cpp
index 8dfa06e8..21dbb0ce 100644
--- a/externals/grill/pool/source/main.cpp
+++ b/externals/grill/pool/source/main.cpp
@@ -232,7 +232,7 @@ pooldata *pool::head,*pool::tail;
V pool::setup(t_classid c)
{
post("");
- post("pool %s - hierarchical storage object, (C)2002-2004 Thomas Grill",POOL_VERSION);
+ post("pool %s - hierarchical storage object, (C)2002-2005 Thomas Grill",POOL_VERSION);
post("");
head = tail = NULL;