]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version to 4.4rc1 bugzilla-4.4rc1 release-4.4rc1
authorDave Lawrence <dlawrence@mozilla.com>
Tue, 13 Nov 2012 20:22:20 +0000 (15:22 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Tue, 13 Nov 2012 20:22:20 +0000 (15:22 -0500)
https://bugzilla.mozilla.org/show_bug.cgi?id=805644

Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 674421a176ced8fc07dd1ac5775f68937ee97b5a..4d827075c57cb68c0de9654c17490d8b646ccffc 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.3.3+";
+use constant BUGZILLA_VERSION => "4.4rc1";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index 7057acbe7e572d49ac55c8e2eee3d2598e568cc1..00aa6cda12b9fe3fe855077158f1fafe4fb7ee16 100644 (file)
@@ -1,5 +1,5 @@
-<!ENTITY bz-ver "4.3.3">
-<!ENTITY bz-date "2012-08-30">
+<!ENTITY bz-ver "4.4rc1">
+<!ENTITY bz-date "2012-11-13">
 <!ENTITY current-year "2012">
 
 <!ENTITY min-perl-ver "5.8.1">