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

index d7bd6141dd72d23fb180f9a89f1cbc1fe1648070..5604794c77d8bb0c3336d1570e34aa883b7ffa58 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0rc3";
+use constant BUGZILLA_VERSION => "5.0rc3+";
 
 # A base link to the current REST Documentation. We place it here
 # as it will need to be updated to whatever the current release is.
@@ -213,7 +213,7 @@ use constant LOCAL_FILE  => 'bugzilla-update.xml'; # Relative to datadir.
 # When true CSS and JavaScript assets will be concatanted and minified at
 # run-time, to reduce the number of requests required to render a page.
 # Setting this to a false value can help debugging.
-use constant CONCATENATE_ASSETS => 1;
+use constant CONCATENATE_ASSETS => 0;
 
 # 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