From acf2eb009a525699a4054e94a9455c1cc60091b6 Mon Sep 17 00:00:00 2001 From: "garykac@chromium.org" Date: Wed, 10 Oct 2012 00:13:47 +0000 Subject: [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 --- remoting/VERSION | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'remoting/VERSION') 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 -- cgit v1.1