summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-11 07:12:03 +0100
committerterry%netscape.com <>1999-02-11 07:12:03 +0100
commitda50ab21bedc1c0f9c809804ae4165996fdcc1bf (patch)
tree888f3a9675ca86c6e0417751ae5b9cd179a59997 /globals.pl
parent75c28fa6e99622082b73d020593307fcb73bb86a (diff)
downloadbugzilla-da50ab21bedc1c0f9c809804ae4165996fdcc1bf.tar.gz
bugzilla-da50ab21bedc1c0f9c809804ae4165996fdcc1bf.tar.xz
Updated version string to 2.3 (development)
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index ac6b4b7cc..55888d7e7 100644
--- a/globals.pl
+++ b/globals.pl
@@ -28,7 +28,7 @@ use Date::Format; # For time2str().
# use Carp; # for confess
# Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.2';
+$::param{'version'} = '2.3';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";