summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-19 13:52:13 +0200
committerterry%netscape.com <>1998-09-19 13:52:13 +0200
commit2a5e28fc83761abab515c767604d6ea2758fccb9 (patch)
tree4fd2c970f8f247d63f571c42e3b5ec2941163930 /globals.pl
parent4702e74fc2407c7dc295c0475bdad32938397465 (diff)
downloadbugzilla-2a5e28fc83761abab515c767604d6ea2758fccb9.tar.gz
bugzilla-2a5e28fc83761abab515c767604d6ea2758fccb9.tar.xz
Updated version string to 1.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 110015c01..b01d32c13 100644
--- a/globals.pl
+++ b/globals.pl
@@ -27,7 +27,7 @@ use Mysql;
use Date::Format; # For time2str().
# Contains the version string for the current running Bugzilla.
-$::param{'version'} = '1.1';
+$::param{'version'} = '1.2';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";