diff --git a/chromeos_version.sh b/chromeos_version.sh index 12ffc9b670..732636d167 100755 --- a/chromeos_version.sh +++ b/chromeos_version.sh @@ -15,14 +15,14 @@ # Major/minor versions. # Primarily for product marketing. export CHROMEOS_VERSION_MAJOR=0 -export CHROMEOS_VERSION_MINOR=2 +export CHROMEOS_VERSION_MINOR=3 # Branch number. # Increment by 1 in a new release branch. # 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=13 +export CHROMEOS_VERSION_BRANCH=15 # Patch number. # Increment by 1 each release on a branch.