]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number for 3.7.3.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 6 Aug 2010 01:12:06 +0000 (18:12 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Fri, 6 Aug 2010 01:12:06 +0000 (18:12 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=580206

Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index bdd3151f7aca3b1cd800b410baf12890639c2d62..8e794498d5a341eb831907fe12c282ad0457bf16 100644 (file)
@@ -197,7 +197,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "3.7.2+";
+use constant BUGZILLA_VERSION => "3.7.3";
 
 # These are unique values that are unlikely to match a string or a number,
 # to be used in criteria for match() functions and other things. They start
index 8a44890adf7390887a5b8de9198e125c714a4fd0..1f4f19b21edce8ec4df3f1aefe1d8d41a2f96f8f 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "3.7.2">
+<!ENTITY bz-ver "3.7.3">
 <!ENTITY bz-nextver "4.0">
-<!ENTITY bz-date "2010-07-05">
+<!ENTITY bz-date "2010-08-05">
 <!ENTITY current-year "2010">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">