fix update zip to include XenonHD and date
diff --git a/products/common_versions.mk b/products/common_versions.mk
index 33fbb88..31923eb 100644
--- a/products/common_versions.mk
+++ b/products/common_versions.mk
@@ -4,6 +4,7 @@
 # Rom Manager properties
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.xehdversion=XenonHD-$(shell date +"%m-%d-%y") \
+    ro.modversion=XenonHD-$(shell date +"%m-%d-%y") \
     ro.rommanager.developerid=TeamHorizon
     
 # ROM Statistics and ROM Identification
diff --git a/tools/squisher b/tools/squisher
index 6652d81..baaffd5 100755
--- a/tools/squisher
+++ b/tools/squisher
@@ -160,7 +160,7 @@
 
 # Determine what to name the new signed package
 if [ -z "$XenonHD" ]; then
-	MODVERSION=`sed -n -e'/ro\.modversion/s/^.*=//p' $REPACK/ota/system/build.prop`
+	MODVERSION=`sed -n -e'/ro\.xehdversion/s/^.*=//p' $REPACK/ota/system/build.prop`
 	: ${MODVERSION:=}
 	Device=`sed -n -e'/ro\.product.device/s/^.*=//p' $REPACK/ota/system/build.prop`
 	: ${Device:=}