From 83935df893f538741cd4e64083cac6240376fc69 Mon Sep 17 00:00:00 2001 From: David McMahon Date: Wed, 6 Oct 2010 16:45:14 -0700 Subject: [PATCH] Created branch 0.9.78.B. Update CHROMEOS_VERSION_BRANCH=79 Change-Id: I2151e1cacc86b1e6282c4117cf6e7cf36df5db4c --- chromeos_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromeos_version.sh b/chromeos_version.sh index e058ef9e51..80c8593449 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=77 +export CHROMEOS_VERSION_BRANCH=79 # Patch number. # Increment by 1 each release on a branch.