Skip to content

Commit

Permalink
cm: Update version info for 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss committed Sep 3, 2010
1 parent 945ae62 commit 26c4910
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion products/cyanogen_bravo.mk
Expand Up @@ -40,7 +40,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Desire
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-Desire
ro.modversion=CyanogenMod-6.1.0-RC0-Desire
endif

#
Expand Down
2 changes: 1 addition & 1 deletion products/cyanogen_dream_sapphire.mk
Expand Up @@ -43,7 +43,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-DS
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-DS
ro.modversion=CyanogenMod-6.1.0-RC0-DS
endif

# Use the audio profile hack
Expand Down
2 changes: 1 addition & 1 deletion products/cyanogen_espresso.mk
Expand Up @@ -34,7 +34,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Slide
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-Slide
ro.modversion=CyanogenMod-6.1.0-RC0-Slide
endif

#
Expand Down
4 changes: 2 additions & 2 deletions products/cyanogen_hero.mk
Expand Up @@ -25,10 +25,10 @@ WITH_WINDOWS_MEDIA := true
#
ifdef CYANOGEN_NIGHTLY
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-HERO
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Hero
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-Hero-alpha0
ro.modversion=CyanogenMod-6.1.0-RC0-Hero
endif

#
Expand Down
2 changes: 1 addition & 1 deletion products/cyanogen_heroc.mk
Expand Up @@ -28,7 +28,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Heroc
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-Heroc
ro.modversion=CyanogenMod-6.1.0-RC0-Heroc
endif

#
Expand Down
2 changes: 1 addition & 1 deletion products/cyanogen_liberty.mk
Expand Up @@ -35,7 +35,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Liberty
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-Liberty
ro.modversion=CyanogenMod-6.1.0-RC0-Liberty
endif

#
Expand Down
2 changes: 1 addition & 1 deletion products/cyanogen_passion.mk
Expand Up @@ -42,7 +42,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-N1
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-N1
ro.modversion=CyanogenMod-6.1.0-RC0-N1
endif

#
Expand Down
2 changes: 1 addition & 1 deletion products/cyanogen_sholes.mk
Expand Up @@ -21,7 +21,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Droid
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-Droid
ro.modversion=CyanogenMod-6.1.0-RC0-Droid
endif

PRODUCT_BUILD_PROP_OVERRIDES := BUILD_ID=FRG22D BUILD_DISPLAY_ID=FRG22D PRODUCT_NAME=voles TARGET_DEVICE=sholes BUILD_FINGERPRINT=verizon/voles/sholes/sholes:2.2/FRG22D/50454:user/release-keys PRODUCT_BRAND=verizon PRIVATE_BUILD_DESC="voles-user 2.2 FRG22D 50454 release-keys" BUILD_NUMBER=50454 BUILD_UTC_DATE=1278333946 TARGET_BUILD_TYPE=user BUILD_VERSION_TAGS=release-keys USER=android-build
Expand Down
4 changes: 2 additions & 2 deletions products/cyanogen_supersonic.mk
Expand Up @@ -25,10 +25,10 @@ PRODUCT_PACKAGES += Torch
#
ifdef CYANOGEN_NIGHTLY
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-N1
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Supersonic
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-Supersonic
ro.modversion=CyanogenMod-6.1.0-RC0-Supersonic
endif

#
Expand Down
2 changes: 1 addition & 1 deletion products/cyanogen_vibrant.mk
Expand Up @@ -28,7 +28,7 @@ ifdef CYANOGEN_NIGHTLY
ro.modversion=CyanogenMod-6-$(shell date +%m%d%Y)-NIGHTLY-Vibrant
else
PRODUCT_PROPERTY_OVERRIDES += \
ro.modversion=CyanogenMod-6.0.0-Vibrant-alpha0
ro.modversion=CyanogenMod-6.1.0-RC0-Vibrant
endif

#
Expand Down

0 comments on commit 26c4910

Please sign in to comment.