Revision: 4269
http://svn.sourceforge.net/winmerge/?rev=4269&view=rev
Author: gerundt
Date: 2007-05-07 12:57:41 -0700 (Mon, 07 May 2007)
Log Message:
-----------
Fix wrong tab from WinMerge 2.2 download page.
Modified Paths:
--------------
trunk/Web/2.2/downloads.php
trunk/Web/Changes.txt
Modified: trunk/Web/2.2/downloads.php
===================================================================
--- trunk/Web/2.2/downloads.php 2007-05-07 19:35:30 UTC (rev 4268)
+++ trunk/Web/2.2/downloads.php 2007-05-07 19:57:41 UTC (rev 4269)
@@ -2,7 +2,7 @@
include('../page.inc');
$page = new Page;
- $page->printHead('WinMerge: Downloads', WINMERGE_USR);
+ $page->printHead('WinMerge: Downloads', WINMERGE_2_2);
?>
<h2>Downloads</h2>
<p class="important">This is an old version of WinMerge, for the latest version go to the <a href="../index.php">main site</a>.</p>
Modified: trunk/Web/Changes.txt
===================================================================
--- trunk/Web/Changes.txt 2007-05-07 19:35:30 UTC (rev 4268)
+++ trunk/Web/Changes.txt 2007-05-07 19:57:41 UTC (rev 4269)
@@ -1,6 +1,8 @@
2007-05-07 Tim
Rename function setVersion() to setTab().
Web: page.inc
+ Fix wrong tab from WinMerge 2.2 download page.
+ Web\2.2: downloads.php
2007-04-25 Tim
RFE: [ 1700099 ] Web: Mailing list page?
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|