From 88c7c66e73163629cb3db2e039bdcdde0deba5df Mon Sep 17 00:00:00 2001 From: David Girault Date: Wed, 30 Mar 2011 17:02:46 +0200 Subject: [PATCH] cm: Also Bump GSM Hero to RC4 Is there any reason to not have this one use the same RC than the others? Change-Id: Ie2c06b685ed229e620d5ecb9bf54ab67c7fb43d0 --- products/cyanogen_hero.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/cyanogen_hero.mk b/products/cyanogen_hero.mk index 6113e585..c32e9ea9 100644 --- a/products/cyanogen_hero.mk +++ b/products/cyanogen_hero.mk @@ -32,10 +32,10 @@ ifdef CYANOGEN_NIGHTLY else ifdef CYANOGEN_RELEASE PRODUCT_PROPERTY_OVERRIDES += \ - ro.modversion=CyanogenMod-7.0.0-RC0-Hero + ro.modversion=CyanogenMod-7.0.0-RC4-Hero else PRODUCT_PROPERTY_OVERRIDES += \ - ro.modversion=CyanogenMod-7.0.0-RC0-Hero-KANG + ro.modversion=CyanogenMod-7.0.0-RC4-Hero-KANG endif endif