]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.4
authorDave Lawrence <dlawrence@mozilla.com>
Wed, 22 May 2013 18:42:18 +0000 (14:42 -0400)
committerDave Lawrence <dlawrence@mozilla.com>
Wed, 22 May 2013 18:42:18 +0000 (14:42 -0400)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 1f957af60c961463bff900f084f7240dd8e43bc6..f0bba06db291aad27c2803e8b13041023f5c3de8 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.4rc2+";
+use constant BUGZILLA_VERSION => "4.4";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index 4cab096d5c849f75ddd75df041e76ad188b00ebd..f4049692fa86ba27b2e922cbec69f9db444ea84f 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.4rc2">
-<!ENTITY bz-date "2013-02-19">
+<!ENTITY bz-ver "4.4">
+<!ENTITY bz-date "2013-05-22">
 <!ENTITY current-year "2013">
 
 <!ENTITY min-perl-ver "5.8.1">