[Scummvm-cvs-logs] CVS: scummvm scumm.h,1.158,1.159

James Brown ender at users.sourceforge.net
Mon May 13 08:30:02 CEST 2002


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

Modified Files:
	scumm.h 
Log Message:
update version number for 0.2.0 release



Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm.h,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- scumm.h	12 May 2002 17:51:40 -0000	1.158
+++ scumm.h	13 May 2002 15:28:59 -0000	1.159
@@ -24,8 +24,8 @@
 #include "sound/mixer.h"
 #include "config-file.h"
 
-#define SCUMMVM_VERSION "0.2.0 devel"
-#define SCUMMVM_CVS "042002"
+#define SCUMMVM_VERSION "0.2.0 Release"
+#define SCUMMVM_CVS "051302"
 
 #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