diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 00:13:47 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-10 00:13:47 +0000 |
commit | acf2eb009a525699a4054e94a9455c1cc60091b6 (patch) | |
tree | 92c12bed6c9d7fabc7c7c858ded4537ffadcc9df /remoting/VERSION | |
parent | 889d59d5f6db7140cf7a154a75e1cea113540c8e (diff) | |
download | chromium_src-acf2eb009a525699a4054e94a9455c1cc60091b6.zip chromium_src-acf2eb009a525699a4054e94a9455c1cc60091b6.tar.gz chromium_src-acf2eb009a525699a4054e94a9455c1cc60091b6.tar.bz2 |
[Chromoting] Update remoting version numbering pattern.
To make it easier to patch Chromoting without updating Chrome's version, we're switching to use: major.branch.patch.remoting_patch, where |remoting_patch| is 0 unless we need to patch a release.
For reference, Chrome uses major.minor.branch.patch, but |minor| is always 0.
This cl also adds the ability to override Chrome's |major|, |branch|, and |patch| values with Chromoting-specific ones.
BUG=153462
Review URL: https://chromiumcodereview.appspot.com/11058004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160992 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/VERSION')
-rw-r--r-- | remoting/VERSION | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/VERSION b/remoting/VERSION index fb5b500..bf49c33 100644 --- a/remoting/VERSION +++ b/remoting/VERSION @@ -1,2 +1 @@ -MAJOR=1 -MINOR=9 +REMOTING_PATCH=0 |