From c08f8e4d6051af7a531ace9599009142da69b4a6 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 5 Feb 2014 10:10:30 +0100 Subject: Add the VERSION file to the snapshot We should rely on this in order to expose the chromium version in our user agent. This should be added with later snapshots through the script, but this is just so that our current snapshot supports it already. Change-Id: I78c429ca21a4f4146303bbe6e471bcd8588236b7 Reviewed-by: Simon Hausmann --- chromium/chrome/VERSION | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 chromium/chrome/VERSION diff --git a/chromium/chrome/VERSION b/chromium/chrome/VERSION new file mode 100644 index 00000000000..edf0e238308 --- /dev/null +++ b/chromium/chrome/VERSION @@ -0,0 +1,4 @@ +MAJOR=31 +MINOR=0 +BUILD=1650 +PATCH=63 \ No newline at end of file -- cgit v1.2.1