]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number post-release to 4.3.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Sat, 6 Aug 2011 00:13:29 +0000 (17:13 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sat, 6 Aug 2011 00:13:29 +0000 (17:13 -0700)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index 7b93fba03875128cb115a72bbee80476b0b08ef3..1d9d07a5b56887faf2fbc88dafaed63d763988e1 100644 (file)
@@ -199,7 +199,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.1.3";
+use constant BUGZILLA_VERSION => "4.3";
 
 # 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 5a6dc5a2b203dc02389bc75e781aa8ee8807a00d..4265677ed8a4d47534bfd19e6145f859d5f5bd70 100644 (file)
@@ -32,8 +32,8 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "4.1.3">
-<!ENTITY bz-nextver "4.2">
+<!ENTITY bz-ver "4.3">
+<!ENTITY bz-nextver "5.0">
 <!ENTITY bz-date "2011-08-04">
 <!ENTITY current-year "2011">