mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Update CHROMEOS_VERSION_MINOR=4 and CHROMEOS_VERSION_CODENAME="".
Review URL: http://chromereview.prom.corp.google.com/1188057 git-svn-id: svn://chrome-svn/chromeos/trunk@256 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
8b4ec454ed
commit
42ac48c9aa
@ -17,7 +17,7 @@ export_release_version() {
|
|||||||
# Major/minor versions.
|
# Major/minor versions.
|
||||||
# Primarily for product marketing.
|
# Primarily for product marketing.
|
||||||
export CHROMEOS_VERSION_MAJOR=0
|
export CHROMEOS_VERSION_MAJOR=0
|
||||||
export CHROMEOS_VERSION_MINOR=3
|
export CHROMEOS_VERSION_MINOR=4
|
||||||
|
|
||||||
# Branch number.
|
# Branch number.
|
||||||
# Increment by 1 in a new release branch.
|
# Increment by 1 in a new release branch.
|
||||||
@ -32,7 +32,7 @@ export_release_version() {
|
|||||||
export CHROMEOS_VERSION_PATCH=0
|
export CHROMEOS_VERSION_PATCH=0
|
||||||
|
|
||||||
# Codename of this version.
|
# Codename of this version.
|
||||||
export CHROMEOS_VERSION_CODENAME="Indy"
|
export CHROMEOS_VERSION_CODENAME=""
|
||||||
}
|
}
|
||||||
|
|
||||||
# Sets up a version for developer builds.
|
# Sets up a version for developer builds.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user