From 64cb22c98d9c1b2e185c0dc222d0296678daed93 Mon Sep 17 00:00:00 2001 From: Raja Aluri Date: Sat, 23 Oct 2010 19:48:58 -0700 Subject: [PATCH] Created branch 0.9.98.B. Update CHROMEOS_VERSION_BRANCH=100 Change-Id: I5d4a9fa4035ade0bde6473498ad9ec02281fb237 --- chromeos_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromeos_version.sh b/chromeos_version.sh index a9b2c8b07d..3db68c32e4 100755 --- a/chromeos_version.sh +++ b/chromeos_version.sh @@ -26,7 +26,7 @@ export CHROMEOS_VERSION_MINOR=9 # Increment by 2 in trunk after making a release branch. # Does not reset on a major/minor change (always increases). # (Trunk is always odd; branches are always even). -export CHROMEOS_VERSION_BRANCH=93 +export CHROMEOS_VERSION_BRANCH=100 # Patch number. # Increment by 1 each release on a branch.