[PATCH] Add 1.0.1 to the list of Wine versions.

Ken Sharp kennybobs at o2.co.uk
Wed Jun 10 05:58:49 CDT 2009


---
 include/util.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/util.php b/include/util.php
index bf6f8df..0c70401 100644
--- a/include/util.php
+++ b/include/util.php
@@ -179,6 +179,9 @@ function get_bugzilla_versions()
     while(list($sValue) = query_fetch_row($hResult))
     {
         $aVersions[] = $sValue;
+	$aVersions = array_insert($aVersions,6,"1.0.1");
+	// when 1.2 is released:
+	// $aVersions = array_insert($aVersions,7,"1.2");
     }
 
     return $aVersions;
-- 
1.5.6.3


--------------090104080007070603070704--



More information about the wine-devel mailing list