Add support for Cumulative Updates

This commit is contained in:
mkuba50
2017-10-16 18:03:26 +02:00
parent 2f2e532dae
commit d1df967ded
4 changed files with 43 additions and 16 deletions

View File

@ -16,12 +16,12 @@ limitations under the License.
*/
function uupApiVersion() {
return '1.2.1';
return '1.3.0';
}
function uupApiPrintBrand() {
global $uupApiBrandPrinted;
if(!isset($uupApiBrandPrinted)) {
consoleLogger('UUP dump API v'.uupApiVersion());
$uupApiBrandPrinted = 1;