[Scummvm-cvs-logs] CVS: web compatibility.php,1.458,1.459 compatibility_stable.php,1.19,1.20

Eugene Sandulenko sev at users.sourceforge.net
Sun Oct 30 08:06:53 CET 2005


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21638

Modified Files:
	compatibility.php compatibility_stable.php 
Log Message:
Proper release names to pahe titles.


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -d -r1.458 -r1.459
--- compatibility.php	30 Oct 2005 16:01:26 -0000	1.458
+++ compatibility.php	30 Oct 2005 16:05:49 -0000	1.459
@@ -12,7 +12,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_header("ScummVM :: Compatibility - 0.8.0");
+html_header("ScummVM :: Compatibility - CVS");
 sidebar_start();
 
 //display welcome table

Index: compatibility_stable.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility_stable.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- compatibility_stable.php	30 Oct 2005 15:43:12 -0000	1.19
+++ compatibility_stable.php	30 Oct 2005 16:05:49 -0000	1.20
@@ -12,7 +12,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_header("ScummVM :: Compatibility - CVS");
+html_header("ScummVM :: Compatibility - 0.8.0");
 sidebar_start();
 
 //display welcome table





More information about the Scummvm-git-logs mailing list