Skip to content

Commit 4004b7c

Browse files
committed
update littlefs hash
1 parent 78e37b8 commit 4004b7c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

data/version.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d1a2cc0
1+
095b077

version.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
#define _VERSION_MAJOR 0
33
#define _VERSION_MINOR 8
44
#define _VERSION_PATCH 2
5-
#define _VERSION_BUILD 923
6-
#define _VERSION_GITHASH "d1a2cc0"
7-
// #define _VERSION_PRERELEASE beta
5+
#define _VERSION_BUILD 924
6+
#define _VERSION_GITHASH "095b077"
7+
//#define _VERSION_PRERELEASE beta //uncomment to define prerelease labels: alpha - beta - rc
88
#define _VERSION_DATE "25-03-2021"
9-
#define _VERSION_TIME "21:24:09"
9+
#define _VERSION_TIME "21:32:25"
1010
#define _SEMVER_CORE "0.8.2"
11-
#define _SEMVER_BUILD "0.8.2+923"
12-
#define _SEMVER_GITHASH "0.8.2+d1a2cc0"
13-
#define _SEMVER_FULL "0.8.2-beta+d1a2cc0"
14-
#define _SEMVER_NOBUILD "0.8.2-beta (25-03-2021)"
15-
#define _VERSION "0.8.2-beta+d1a2cc0 (25-03-2021)"
11+
#define _SEMVER_BUILD "0.8.2+924"
12+
#define _SEMVER_GITHASH "0.8.2+095b077"
13+
#define _SEMVER_FULL "0.8.2+095b077"
14+
#define _SEMVER_NOBUILD "0.8.2 (25-03-2021)"
15+
#define _VERSION "0.8.2+095b077 (25-03-2021)"
1616
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 commit comments

Comments
 (0)