Index: functions.inc =================================================================== RCS file: /repository/peclweb/public_html/bugs/include/functions.inc,v retrieving revision 1.11 diff -u -p -d -r1.11 functions.inc --- functions.inc 6 Mar 2005 22:48:21 -0000 1.11 +++ functions.inc 17 Nov 2005 16:45:38 -0000 @@ -419,6 +419,10 @@ function show_reason_types($current = '' function show_version_options($current, $default = '') { $versions = array( + '4.4.1', + '4.4.0', + '4_4 CVS-'.date('Y-m-d'), + '4.3.11', '4.3.10', '4.3.9', '4.3.8', @@ -433,13 +437,15 @@ function show_version_options($current, '4.2.2', '4.2.1', '4.2.0', - '4_3 CVS-'.date('Y-m-d').' (stable)', + '4_3 CVS-'.date('Y-m-d'), + '5.0.5', + '5.0.4', '5.0.3', '5.0.2', '5.0.1', '5.0.0', - '5_0 CVS-'.date('Y-m-d').' (dev)', - '5_1 CVS-'.date('Y-m-d').' (dev)', + '5_0 CVS-'.date('Y-m-d'), + '5_1 CVS-'.date('Y-m-d'), 'Irrelevant' ); $use = 0;