]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version post-release
authorDavid Lawrence <dkl@mozilla.com>
Wed, 15 Apr 2015 19:30:05 +0000 (20:30 +0100)
committerDavid Lawrence <dkl@mozilla.com>
Wed, 15 Apr 2015 19:30:05 +0000 (20:30 +0100)
Bugzilla/Constants.pm
docs/en/xml/Bugzilla-Guide.xml

index 21517d75ebf22ea46210c116b76190743793e21b..e8661ded383e75f9e7efe3da66ec92ba05b850fd 100644 (file)
@@ -197,7 +197,7 @@ use File::Basename;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "4.0.18";
+use constant BUGZILLA_VERSION => "4.0.18+";
 
 # 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 8a3f42c34a4b8d00d9655d151fdacbb53316d6b7..070235ef6f6ca70b762d8a8ad546afd1bf235525 100644 (file)
@@ -32,7 +32,7 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "4.0.18">
+<!ENTITY bz-ver "4.0.18+">
 <!ENTITY bz-nextver "4.2">
 <!ENTITY bz-date "2015-04-15">
 <!ENTITY current-year "2015">