From f14a329cbaa8ea1fabc65ccac8334a6d8d594641 Mon Sep 17 00:00:00 2001 From: Julian Gonggrijp Date: Mon, 5 Feb 2024 22:23:19 +0100 Subject: [PATCH] Mark development version post 1.6.0 --- debug-info.js | 2 +- modules/debug-info.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debug-info.js b/debug-info.js index d3cf4f526..e160d5d8c 100644 --- a/debug-info.js +++ b/debug-info.js @@ -16,7 +16,7 @@ // Is this the exact released version, or a later development version? /* This is automatically temporarily replaced when publishing a release, so please don't edit this. */ - distribution: 'MARK_RELEASE', + distribution: 'MARK_DEVELOPMENT', _: (lodash ? 'lodash ' : '') + _.VERSION, $: !$ ? false : $.fn && $.fn.jquery ? $.fn.jquery : $.zepto ? 'zepto' : $.ender ? 'ender' : true diff --git a/modules/debug-info.js b/modules/debug-info.js index 2ac2c09e3..fca6f356c 100644 --- a/modules/debug-info.js +++ b/modules/debug-info.js @@ -13,7 +13,7 @@ export default function() { // Is this the exact released version, or a later development version? /* This is automatically temporarily replaced when publishing a release, so please don't edit this. */ - distribution: 'MARK_RELEASE', + distribution: 'MARK_DEVELOPMENT', _: (lodash ? 'lodash ' : '') + _.VERSION, $: !$ ? false : $.fn && $.fn.jquery ? $.fn.jquery : $.zepto ? 'zepto' : $.ender ? 'ender' : true