Skip to content

Commit a1a7eb6

Browse files
committed
bump version to 14.7.2-mdev (development) build 2601151
1 parent 5474d95 commit a1a7eb6

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wled",
3-
"version": "14.7.1",
3+
"version": "14.7.2-mdev",
44
"description": "Tools for WLED-MM project",
55
"main": "tools/cdata.js",
66
"directories": {

wled00/wled.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
*/
88

99
// version code in format yymmddb (b = daily build)
10-
#define VERSION 2601131
10+
#ifndef VERSION // WLEDMM allow override by nightly build script
11+
#define VERSION 2601151
12+
#endif
1113

1214
// 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.
1315
#define _MoonModules_WLED_

0 commit comments

Comments
 (0)