bump version to 14.7.2-mdev (development) build 2601151

This commit is contained in:
Frank
2026-01-15 10:53:20 +01:00
parent 5474d9548b
commit a1a7eb6007
3 changed files with 6 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "wled",
"version": "14.7.1",
"version": "14.7.2-mdev",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wled",
"version": "14.7.1",
"version": "14.7.2-mdev",
"license": "EUPL-1.2",
"dependencies": {
"clean-css": "^5.3.3",

View File

@@ -1,6 +1,6 @@
{
"name": "wled",
"version": "14.7.1",
"version": "14.7.2-mdev",
"description": "Tools for WLED-MM project",
"main": "tools/cdata.js",
"directories": {

View File

@@ -7,7 +7,9 @@
*/
// version code in format yymmddb (b = daily build)
#define VERSION 2601131
#ifndef VERSION // WLEDMM allow override by nightly build script
#define VERSION 2601151
#endif
// WLEDMM - you can check for this define in usermods, to only enabled WLEDMM specific code in the "right" fork. Its not defined in AC WLED.
#define _MoonModules_WLED_