[Scummvm-cvs-logs] CVS: scummvm/common engine.h,1.27,1.28
James Brown
ender at users.sourceforge.net
Sat Jul 5 04:15:16 CEST 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv26476/common
Modified Files:
engine.h
Log Message:
Fix irky old date. We need to autogenerate this somehow.
Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- engine.h 15 Jun 2003 01:42:13 -0000 1.27
+++ engine.h 5 Jul 2003 11:14:16 -0000 1.28
@@ -24,8 +24,8 @@
#include "scummsys.h"
#include "system.h"
-#define SCUMMVM_VERSION "0.4.2cvs"
-#define SCUMMVM_CVS "2003-05-25"
+#define SCUMMVM_VERSION "0.5.0pre-cvs"
+#define SCUMMVM_CVS "2003-07-xx"
enum GameId {
More information about the Scummvm-git-logs
mailing list