nlopess Mon Dec 26 10:03:22 2005 EDT
Modified files:
/phpdoc/scripts/iniupdate cvs-versions.php
Log:
fix bug when dealing with new branches
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/iniupdate/cvs-versions.php?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/scripts/iniupdate/cvs-versions.php
diff -u phpdoc/scripts/iniupdate/cvs-versions.php:1.1
phpdoc/scripts/iniupdate/cvs-versions.php:1.2
--- phpdoc/scripts/iniupdate/cvs-versions.php:1.1 Sun Dec 25 21:01:16 2005
+++ phpdoc/scripts/iniupdate/cvs-versions.php Mon Dec 26 10:03:21 2005
@@ -62,7 +62,8 @@
}
}
- die("ERROR: couldn't map $tag to a specific version!\n");
+ // new branch (5.5.0)
+ return "$tag[0].$tag[2].0";
}
unset($file, $data, $last_versions);