aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-04-25 05:03:41 +0000
committerjustdave%syndicomm.com <>2003-04-25 05:03:41 +0000
commit2bac74ceb7a1042b9389a8b7cfa753251952a6a6 (patch)
treebf750996c35d90e2c25c0ebf1f531bc0b4921b2f
parentFixing tinderbox test failure resulting from the checkin for bug 197153 (diff)
downloadbugzilla-2bac74ceb7a1042b9389a8b7cfa753251952a6a6.tar.gz
bugzilla-2bac74ceb7a1042b9389a8b7cfa753251952a6a6.tar.bz2
bugzilla-2bac74ceb7a1042b9389a8b7cfa753251952a6a6.zip
Bumping version number to 2.16.3 for releaserelease-2.16.3bugzilla-2.16.3
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index a00df03d2..cbb44b60f 100644
--- a/globals.pl
+++ b/globals.pl
@@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE';
$::SIG{PIPE} = 'IGNORE';
# Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.16.2';
+$::param{'version'} = '2.16.3';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";