]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Branch for 4.4 created. Trunk is now 4.5
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 30 Aug 2012 22:25:34 +0000 (00:25 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 30 Aug 2012 22:25:34 +0000 (00:25 +0200)
Bugzilla/Constants.pm
docs/bugzilla.ent.tmpl

index 39dfc6f5b2641981f32cc9acc329a7a37bee4768..c02558faa9ca062cb555b1a12e632dd030a4bbe5 100644 (file)
@@ -182,7 +182,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.3.3+";
+use constant BUGZILLA_VERSION => "4.5";
 
 # 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..e7f5c368cf0bfca35d84a74ac95959f0158d5a1e 100644 (file)
@@ -1,7 +1,7 @@
-<!ENTITY bz-ver "4.3.3">
+<!ENTITY bz-ver "4.5">
 <!ENTITY bz-date "2012-08-30">
 <!ENTITY current-year "2012">
 
-<!ENTITY min-perl-ver "5.8.1">
+<!ENTITY min-perl-ver "5.10.1">
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
 <!ENTITY bzg-bugs "http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla;component=Documentation">