diff options
author | David Lawrence <dkl@mozilla.com> | 2015-04-15 20:34:20 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-04-15 20:34:20 +0100 |
commit | 6a9461afccc41be4c39b7e99e1da0f4f7508b8e6 (patch) | |
tree | 82a98c6b7ee0a5066b3d192c3d129b85ac392ff7 /Bugzilla | |
parent | 4f6fb99c5afd41cd13a043f7d5d1cb540077b513 (diff) | |
download | bugs-6a9461afccc41be4c39b7e99e1da0f4f7508b8e6.tar bugs-6a9461afccc41be4c39b7e99e1da0f4f7508b8e6.tar.gz bugs-6a9461afccc41be4c39b7e99e1da0f4f7508b8e6.tar.bz2 bugs-6a9461afccc41be4c39b7e99e1da0f4f7508b8e6.tar.xz bugs-6a9461afccc41be4c39b7e99e1da0f4f7508b8e6.zip |
Bump version post-release
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index d7bd6141d..5604794c7 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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 |