André Hentschel : config.php.sample: Add 1. 4 as stable branch
Module: appdb Branch: master Commit: 9764374a1fece2c839f69fdb0186974e888a7ed5 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=9764374a1fece2c839f69fdb0... Author: André Hentschel <nerv(a)dawncrow.de> Date: Sun Jun 10 10:54:18 2012 +0000 config.php.sample: Add 1.4 as stable branch --- include/config.php.sample | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/config.php.sample b/include/config.php.sample index 0eb1fc3..813379e 100644 --- a/include/config.php.sample +++ b/include/config.php.sample @@ -35,7 +35,7 @@ define("TESTDATA_AGED_THRESHOLD", 175); // Show versions from these branches even if they are not among the most recent ones // Separate by commas if there are more than one -define("STABLE_BRANCHES", "1.0.,1.2."); +define("STABLE_BRANCHES", "1.0.,1.2.,1.4."); /* * apps database info
participants (1)
-
Alexander Nicolaysen Sørnes