diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-09-06 13:20:25 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-09-06 13:20:25 +0000 |
commit | d4987d9ed79029507992360766633783063a19c8 (patch) | |
tree | be630ed4c78c01a7279debd86496b49e93ad742c /externals/grill/pool/source | |
parent | 8d4012622d5e2017c3a1bdce95de4dba5cdd98d0 (diff) |
more fixes for gcc 3.4
cleanups for release
updated the help file
svn path=/trunk/; revision=3498
Diffstat (limited to 'externals/grill/pool/source')
-rw-r--r-- | externals/grill/pool/source/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/pool/source/main.cpp b/externals/grill/pool/source/main.cpp index a685d4a3..088a0917 100644 --- a/externals/grill/pool/source/main.cpp +++ b/externals/grill/pool/source/main.cpp @@ -11,7 +11,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include "pool.h" #include <string> -#define POOL_VERSION "0.2.1pre" +#define POOL_VERSION "0.2.1" #define VCNT 64 #define DCNT 16 |