]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 4.1.2. bugzilla-4.1.2 release-4.1.2
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 28 Apr 2011 02:13:31 +0000 (19:13 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 28 Apr 2011 02:13:31 +0000 (19:13 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=652474

Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index d22058d0f133a2dfb715b791dc5ac03c19b542f3..6b8c81743977fd5fb04e3516a75210217cc542b8 100644 (file)
@@ -199,7 +199,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.1.1+";
+use constant BUGZILLA_VERSION => "4.1.2";
 
 # These are unique values that are unlikely to match a string or a number,
 # to be used in criteria for match() functions and other things. They start
index f3a0277a835a33aa37d90cdfe20e84c8582c5064..008b42a5c7eb3db8bb60b109fb1e947b0950f737 100644 (file)
@@ -32,9 +32,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "4.1.1">
+<!ENTITY bz-ver "4.1.2">
 <!ENTITY bz-nextver "4.2">
-<!ENTITY bz-date "2011-03-13">
+<!ENTITY bz-date "2011-04-27">
 <!ENTITY current-year "2011">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">