Update of /cvsroot/pure-data/externals/grill/pool/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24389/source
Modified Files: data.cpp main.cpp pool.cpp pool.h Log Message: ""
Index: data.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/source/data.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** data.cpp 22 Apr 2004 02:41:30 -0000 1.2 --- data.cpp 10 Aug 2004 20:23:27 -0000 1.3 *************** *** 3,7 **** pool - hierarchical storage object for PD and Max/MSP
! Copyright (c) 2002-2004 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 3,7 ---- pool - hierarchical storage object for PD and Max/MSP
! Copyright (c) 2002-2004 Thomas Grill For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution.
Index: main.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/source/main.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** main.cpp 10 Aug 2004 03:37:20 -0000 1.3 --- main.cpp 10 Aug 2004 20:23:28 -0000 1.4 *************** *** 3,7 **** pool - hierarchical storage object for PD and Max/MSP
! Copyright (c) 2002-2004 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 3,7 ---- pool - hierarchical storage object for PD and Max/MSP
! Copyright (c) 2002-2004 Thomas Grill For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. *************** *** 12,16 **** #include <string>
! #define POOL_VERSION "0.2.0pre"
#define VCNT 64 --- 12,16 ---- #include <string>
! #define POOL_VERSION "0.2.0"
#define VCNT 64
Index: pool.cpp =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/source/pool.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pool.cpp 10 Aug 2004 03:37:21 -0000 1.5 --- pool.cpp 10 Aug 2004 20:23:28 -0000 1.6 *************** *** 3,7 **** pool - hierarchical storage object for PD and Max/MSP
! Copyright (c) 2002-2004 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 3,7 ---- pool - hierarchical storage object for PD and Max/MSP
! Copyright (c) 2002-2004 Thomas Grill For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution.
Index: pool.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/pool/source/pool.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pool.h 21 Jun 2004 14:02:56 -0000 1.4 --- pool.h 10 Aug 2004 20:23:28 -0000 1.5 *************** *** 3,7 **** pool - hierarchical storage object for PD and Max/MSP
! Copyright (c) 2002-2004 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 3,7 ---- pool - hierarchical storage object for PD and Max/MSP
! Copyright (c) 2002-2004 Thomas Grill For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution.