Skip to content

Commit

Permalink
Bump versions for 0.2.3-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XuGuohui committed Mar 4, 2016
1 parent 15ba1f8 commit 5912b37
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.2
VERSION_STRING = 0.2.3-rc.2

# PRODUCT_FIRMWARE_VERSION reported by default
VERSION = 4
VERSION = 5

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 ?= 4
SYSTEM_PART2_MODULE_VERSION ?= 4
USER_PART_MODULE_VERSION ?= 4
SYSTEM_PART1_MODULE_VERSION ?= 5
SYSTEM_PART2_MODULE_VERSION ?= 5
USER_PART_MODULE_VERSION ?= 5
4 changes: 3 additions & 1 deletion system/inc/system_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ extern "C" {
#define SYSTEM_VERSION_v020 0x00020000
#define SYSTEM_VERSION_v021 0x00020100
#define SYSTEM_VERSION_v022 0x00020200
#define SYSTEM_VERSION_v023RC2 0x00020302

#define SYSTEM_VERSION SYSTEM_VERSION_v022
#define SYSTEM_VERSION SYSTEM_VERSION_v023RC2

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

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

0 comments on commit 5912b37

Please sign in to comment.