From 9c8a14021dd5ce2c0d6c121e35ad03f6b9ce4afe Mon Sep 17 00:00:00 2001 From: David McMahon Date: Tue, 8 Dec 2009 18:41:07 -0800 Subject: [PATCH] Created branch 24. Update CHROMEOS_VERSION_BRANCH=25 --- chromeos_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromeos_version.sh b/chromeos_version.sh index a2c64915fb..9fe4077cdb 100755 --- a/chromeos_version.sh +++ b/chromeos_version.sh @@ -31,7 +31,7 @@ export CHROMEOS_VERSION_MINOR=5 # 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=23 +export CHROMEOS_VERSION_BRANCH=25 # Patch number. # Increment by 1 each release on a branch.