|
From: Chad M. <cmm...@us...> - 2005-12-09 00:45:33
|
Update of /cvsroot/seq/showeq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18341 Modified Files: ChangeLog configure.in Log Message: Updated races from dbstr_us.txt. Filled in/fixed more opcodes. Index: ChangeLog =================================================================== RCS file: /cvsroot/seq/showeq/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChangeLog 8 Dec 2005 05:56:33 -0000 1.12 +++ ChangeLog 9 Dec 2005 00:45:23 -0000 1.13 @@ -1,5 +1,11 @@ Version: $Id$ $Name$ +purple (12/08/05) +----------------- ++ Updated version to 5.2.4.0 ++ Regenerated races from dbstr_us.txt (thanks ksmith and uRit1u2CBBa) ++ Cleaned up zone opcodes a bit more + purple (12/07/05) ------------------ + Updated version to 5.2.3.0 Index: configure.in =================================================================== RCS file: /cvsroot/seq/showeq/configure.in,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- configure.in 8 Dec 2005 05:56:33 -0000 1.61 +++ configure.in 9 Dec 2005 00:45:24 -0000 1.62 @@ -2,7 +2,7 @@ dnl $Id$ $Name$ AC_PREREQ(2.59) -AC_INIT(showeq, 5.2.3.0) +AC_INIT(showeq, 5.2.4.0) AC_CONFIG_SRCDIR(src/main.cpp) AC_CANONICAL_SYSTEM |