aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-12-13 19:31:34 +0000
committerjustdave%syndicomm.com <>2002-12-13 19:31:34 +0000
commit0287b0775fabc2be48e5e8e7c9fa36ac090ea7d7 (patch)
treedc7d3eca4873f7e5f9e152858a63e9b48d948ef7
parentBug 183188: collectstats.pl no longer makes data/mining world-readable (diff)
downloadbugzilla-2.14.5.tar.gz
bugzilla-2.14.5.tar.bz2
bugzilla-2.14.5.zip
bumping version number to 2.14.5release-2.14.5bugzilla-2.14.5
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index dbba28440..3f61bd7ef 100644
--- a/globals.pl
+++ b/globals.pl
@@ -76,7 +76,7 @@ use RelationSet;
delete $ENV{PATH};
# Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.14.4';
+$::param{'version'} = '2.14.5';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";