diff options
author | terry%netscape.com <> | 1998-09-19 11:52:13 +0000 |
---|---|---|
committer | terry%netscape.com <> | 1998-09-19 11:52:13 +0000 |
commit | 2a5e28fc83761abab515c767604d6ea2758fccb9 (patch) | |
tree | 4fd2c970f8f247d63f571c42e3b5ec2941163930 | |
parent | Add simple support for a version string. (diff) | |
download | bugzilla-release-1.3.tar.gz bugzilla-release-1.3.tar.bz2 bugzilla-release-1.3.zip |
Updated version string to 1.3 (development)release-1.3bugzilla-1.3
-rw-r--r-- | globals.pl | 2 |
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:--"; |