[Scummvm-cvs-logs] CVS: scummvm-new/scumm scumm.h,1.1.1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Wed Aug 21 10:36:05 CEST 2002


Update of /cvsroot/scummvm/scummvm-new/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv25896/scumm

Modified Files:
	scumm.h 
Log Message:
first go at modularizing the build system

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm-new/scumm/scumm.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- scumm.h	21 Aug 2002 16:07:35 -0000	1.1.1.1
+++ scumm.h	21 Aug 2002 17:35:46 -0000	1.2
@@ -29,7 +29,7 @@
 #include "sound.h"
 
 #define SCUMMVM_VERSION "0.2.2 CVS"
-#define SCUMMVM_CVS "2002-08-03"
+#define SCUMMVM_CVS "2002-08-21"
 
 #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