Skip to content

Commit

Permalink
Bump version in build.prop as well
Browse files Browse the repository at this point in the history
Change-Id: I504449c2baa53f3fdff759454098cc3c72f49ca3
Signed-off-by: Gergely Szell <sethyx@gmail.com>
  • Loading branch information
sethyx committed Jan 3, 2013
1 parent d7c128a commit 037fa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/common_versions.mk
Expand Up @@ -9,7 +9,7 @@ ifneq ($(AOKP_BUILD),)
ro.goo.developerid=aokp \
ro.goo.rom=aokp \
ro.goo.version=$(shell echo $(AOKP_BUILD) | cut -d/ -f1) \
ro.aokp.version=$(TARGET_PRODUCT)_jb_$(shell echo $(AOKP_BUILD) | cut -d/ -f2)
ro.aokp.version=$(TARGET_PRODUCT)_jb-mr1_$(shell echo $(AOKP_BUILD) | cut -d/ -f2)
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.aokp.version=$(TARGET_PRODUCT)_unofficial_$(DATE)
Expand Down

0 comments on commit 037fa60

Please sign in to comment.