diff options
author | mkanat%bugzilla.org <> | 2008-01-09 13:16:16 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-01-09 13:16:16 +0000 |
commit | c21a45673aade4ddc65b28b8b5b8a5f76870c796 (patch) | |
tree | e5d6dd67bc7e21037d351db53799e6511d9ac3b0 | |
parent | Fix the grammar and accuracy of the mod_perl relnote for 3.0.3. (diff) | |
download | bugzilla-3.0.3.tar.gz bugzilla-3.0.3.tar.bz2 bugzilla-3.0.3.zip |
Bump version number for 3.0.3 release.release-3.0.3bugzilla-3.0.3
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/xml/Bugzilla-Guide.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 1e839033d..9fb6a31d7 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -146,7 +146,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.0.2+"; +use constant BUGZILLA_VERSION => "3.0.3"; # # ControlMap constants for group_control_map. diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 57ec5dafc..0de0f8dee 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -34,10 +34,10 @@ For a devel release, simple bump bz-ver and bz-date --> -<!ENTITY bz-ver "3.0.2"> +<!ENTITY bz-ver "3.0.3"> <!ENTITY bz-nextver "3.2"> -<!ENTITY bz-date "2007-09-18"> -<!ENTITY current-year "2007"> +<!ENTITY bz-date "2008-01-08"> +<!ENTITY current-year "2008"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-3.0-branch/"> <!ENTITY bz "http://www.bugzilla.org/"> |