[Scummvm-cvs-logs] CVS: scummvm scumm.h,1.177,1.178

James Brown ender at users.sourceforge.net
Sun Jul 7 10:41:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv30291

Modified Files:
	scumm.h 
Log Message:
Note to self, and everyone else.. remember to keep this updated.
Anyone know a way to update the CVS date automatically?



Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm.h,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -d -r1.177 -r1.178
--- scumm.h	6 Jul 2002 12:57:51 -0000	1.177
+++ scumm.h	7 Jul 2002 17:40:42 -0000	1.178
@@ -27,8 +27,8 @@
 #include "system.h"
 #include "sound/mixer.h"
 
-#define SCUMMVM_VERSION "0.2.0 Release"
-#define SCUMMVM_CVS "051302"
+#define SCUMMVM_VERSION "0.2.2 CVS"
+#define SCUMMVM_CVS "070802"
 
 #define SWAP(a,b) do{int tmp=a; a=b; b=tmp; } while(0)
 #define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))





More information about the Scummvm-git-logs mailing list