Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eely22 committed Jun 1, 2017
1 parent 944f04c commit 856ee27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/version.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_STRING = 2.2.50
VERSION_STRING = 2.3.50

# PRODUCT_FIRMWARE_VERSION reported by default
VERSION = 8
Expand Down
2 changes: 1 addition & 1 deletion modules/bluz/system-part1/import.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SYSTEM_PART1_MODULE_VERSION ?= 10
SYSTEM_PART1_MODULE_VERSION ?= 11
SYSTEM_PART1_MODULE_PATH ?= $(PROJECT_ROOT)/modules/bluz/system-part1
include $(call rwildcard,$(SYSTEM_PART1_MODULE_PATH)/,include.mk)

Expand Down
2 changes: 1 addition & 1 deletion modules/bluz/user-part/import.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
USER_PART_MODULE_VERSION ?= 11
USER_PART_MODULE_VERSION ?= 12
USER_PART_MODULE_PATH ?= $(PROJECT_ROOT)/modules/bluz/user-part
include $(call rwildcard,$(USER_PART_MODULE_PATH)/,include.mk)

Expand Down

0 comments on commit 856ee27

Please sign in to comment.