]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version for 4.2rc1 bugzilla-4.2rc1 release-4.2rc1
authorDave Lawrence <dlawrence@mozilla.com>
Wed, 28 Dec 2011 23:15:03 +0000 (18:15 -0500)
committerDave Lawrence <dlawrence@mozilla.com>
Wed, 28 Dec 2011 23:15:03 +0000 (18:15 -0500)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index e443065200e72c6593ccb67db837170b3a10af22..4553dd80b86f8fc00d8940b24a07532b444a2d7d 100644 (file)
@@ -202,7 +202,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.1.3+";
+use constant BUGZILLA_VERSION => "4.2rc1";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index 5a6dc5a2b203dc02389bc75e781aa8ee8807a00d..8ac3389f7bb8645b3aa988aed843d0a8e2b85562 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "4.1.3">
+<!ENTITY bz-ver "4.2rc1">
 <!ENTITY bz-nextver "4.2">
-<!ENTITY bz-date "2011-08-04">
+<!ENTITY bz-date "2011-12-28">
 <!ENTITY current-year "2011">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">