From 9d4984388f6d297a9c413d6a3ebda702e6e1ad39 Mon Sep 17 00:00:00 2001 From: David McMahon Date: Tue, 3 Aug 2010 16:42:10 -0700 Subject: [PATCH] Created branch 0.8.62.B. Update CHROMEOS_VERSION_BRANCH=63 Change-Id: I9d9825ea3b414a2fbc93324e6a5f18b5dbbb57be --- chromeos_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromeos_version.sh b/chromeos_version.sh index 4a5bda3a45..1d69334902 100755 --- a/chromeos_version.sh +++ b/chromeos_version.sh @@ -26,7 +26,7 @@ export CHROMEOS_VERSION_MINOR=8 # 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=61 +export CHROMEOS_VERSION_BRANCH=63 # Patch number. # Increment by 1 each release on a branch.