Skip to content

Commit

Permalink
Bump versions for 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
XuGuohui committed Mar 11, 2016
1 parent 06477dc commit f97847a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/version.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

VERSION_STRING = 0.2.3-rc.2
VERSION_STRING = 0.2.3

# PRODUCT_FIRMWARE_VERSION reported by default
VERSION = 5
VERSION = 6

CFLAGS += -DSYSTEM_VERSION_STRING=$(VERSION_STRING)
6 changes: 3 additions & 3 deletions modules/shared/system_module_version.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SYSTEM_PART1_MODULE_VERSION ?= 5
SYSTEM_PART2_MODULE_VERSION ?= 5
USER_PART_MODULE_VERSION ?= 5
SYSTEM_PART1_MODULE_VERSION ?= 6
SYSTEM_PART2_MODULE_VERSION ?= 6
USER_PART_MODULE_VERSION ?= 6
4 changes: 3 additions & 1 deletion system/inc/system_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ extern "C" {
#define SYSTEM_VERSION_v021 0x00020100
#define SYSTEM_VERSION_v022 0x00020200
#define SYSTEM_VERSION_v023RC2 0x00020302
#define SYSTEM_VERSION_v023 0x00020300

#define SYSTEM_VERSION SYSTEM_VERSION_v023RC2
#define SYSTEM_VERSION SYSTEM_VERSION_v023

#define SYSTEM_VERSION_011
#define SYSTEM_VERSION_020
#define SYSTEM_VERSION_021
#define SYSTEM_VERSION_022
#define SYSTEM_VERSION_023RC2
#define SYSTEM_VERSION_023

typedef struct __attribute__((packed)) SystemVersionInfo
{
Expand Down

0 comments on commit f97847a

Please sign in to comment.