From d1ea7efe8b2fc8f8fe806b2b504027c2cabebca5 Mon Sep 17 00:00:00 2001 From: Scott Zawalski Date: Sun, 17 Oct 2010 20:11:31 -0700 Subject: [PATCH] Created branch 0.9.86.B. Update CHROMEOS_VERSION_BRANCH=88 Change-Id: I32c0d6a289276c74dc573131a687a9c170b81a58 --- chromeos_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromeos_version.sh b/chromeos_version.sh index 10823d9a30..17550d914c 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=85 +export CHROMEOS_VERSION_BRANCH=88 # Patch number. # Increment by 1 each release on a branch.