]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.4.6 bugzilla-4.4.6 bugzilla-stable release-4.4.6
authorDavid Lawrence <dkl@mozilla.com>
Mon, 6 Oct 2014 15:24:58 +0000 (15:24 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 6 Oct 2014 15:24:58 +0000 (15:24 +0000)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 122c90fb72e6c3b6ddbea6011814db37e069c42e..4f2cf63125acbc3505230900d28db2c318608198 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4.5+";
+use constant BUGZILLA_VERSION => "4.4.6";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index f039424eae85c5167fc247fbc23b58f33b9e3c5b..31e908e923f69e8a9b8595aa9e673e2330f0612d 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.4.5+">
-<!ENTITY bz-date "2014-07-24">
+<!ENTITY bz-ver "4.4.6">
+<!ENTITY bz-date "2014-10-06">
 <!ENTITY current-year "2014">
 
 <!ENTITY min-perl-ver "5.8.1">