summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/chrome_version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/chrome_version.h.in')
-rw-r--r--chromium/chrome/common/chrome_version.h.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/chromium/chrome/common/chrome_version.h.in b/chromium/chrome/common/chrome_version.h.in
new file mode 100644
index 00000000000..54c1b1d12f2
--- /dev/null
+++ b/chromium/chrome/common/chrome_version.h.in
@@ -0,0 +1,20 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// version.h is generated from version.h.in. Edit the source!
+
+
+// Version Information
+
+#define CHROME_VERSION @MAJOR@,@MINOR@,@BUILD@,@PATCH@
+#define CHROME_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
+
+// Branding Information
+
+#define COMPANY_FULLNAME_STRING "@COMPANY_FULLNAME@"
+#define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@"
+#define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@"
+#define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@"
+#define COPYRIGHT_STRING "@COPYRIGHT@"
+#define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@"