Developer version number change, includes underscores for increased readability.

BUG=3356
TEST=Run memento_updater.sh and update from chrome about page successfully from developer builds.

Review URL: http://codereview.chromium.org/2114007
This commit is contained in:
Vincent Scheib 2010-06-01 10:12:29 -07:00
parent 6795622ce9
commit 64fbe96184

View File

@ -73,7 +73,7 @@ else
export CHROMEOS_VERSION_AUSERVER="http://$HOSTNAME:8080/update"
export CHROMEOS_VERSION_DEVSERVER="http://$HOSTNAME:8080"
# Overwrite CHROMEOS_VERSION_PATCH with a date string for use by auto-updater
export CHROMEOS_VERSION_PATCH=$(date +%Y%m%d%H%M)
export CHROMEOS_VERSION_PATCH=$(date +%Y_%m_%d_%H%M)
fi
# Version string. Not indentied to appease bash.