File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
- VERSION_STRING = 0.3.0
2
+ VERSION_STRING = 0.3.1
3
3
4
4
# PRODUCT_FIRMWARE_VERSION reported by default
5
- VERSION = 8
5
+ VERSION = 9
6
6
7
7
CFLAGS += -DSYSTEM_VERSION_STRING=$(VERSION_STRING )
Original file line number Diff line number Diff line change 1
1
2
- SYSTEM_PART1_MODULE_VERSION ?= 8
3
- SYSTEM_PART2_MODULE_VERSION ?= 8
4
- USER_PART_MODULE_VERSION ?= 8
2
+ SYSTEM_PART1_MODULE_VERSION ?= 9
3
+ SYSTEM_PART2_MODULE_VERSION ?= 9
4
+ USER_PART_MODULE_VERSION ?= 9
Original file line number Diff line number Diff line change @@ -36,8 +36,9 @@ extern "C" {
36
36
#define SYSTEM_VERSION_v023 0x00020300
37
37
#define SYSTEM_VERSION_v024 0x00020400
38
38
#define SYSTEM_VERSION_v030 0x00030000
39
+ #define SYSTEM_VERSION_v031 0x00030100
39
40
40
- #define SYSTEM_VERSION SYSTEM_VERSION_v030
41
+ #define SYSTEM_VERSION SYSTEM_VERSION_v031
41
42
42
43
/**
43
44
* For Library/App creators. Can be used to ensure features/api's are present.
@@ -51,6 +52,7 @@ extern "C" {
51
52
#define SYSTEM_VERSION_023
52
53
#define SYSTEM_VERSION_024
53
54
#define SYSTEM_VERSION_030
55
+ #define SYSTEM_VERSION_031
54
56
55
57
typedef struct __attribute__((packed )) SystemVersionInfo
56
58
{
You can’t perform that action at this time.
0 commit comments