1// Copyright 2018 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// version.h is generated from version.h.in.  Edit the source!
6
7// See also software_reporter_tool_branding.h and
8// chrome_cleanup_tool_branding.h for branding that varies by executable.
9
10// Version Information
11
12#define CHROME_CLEANER_VERSION @MAJOR@,@MINOR@,@BUILD@
13#define CHROME_CLEANER_VERSION_STRING L"@MAJOR@.@MINOR@.@BUILD@"
14#define CHROME_CLEANER_VERSION_UTF8_STRING "@MAJOR@.@MINOR@.@BUILD@"
15
16// Branding Information
17
18#define COMPANY_FULLNAME_STRING L"@COMPANY_FULLNAME@"
19#define COMPANY_SHORTNAME_STRING L"@COMPANY_SHORTNAME@"
20#define COPYRIGHT_STRING L"@COPYRIGHT@"
21#define OFFICIAL_BUILD_STRING L"@OFFICIAL_BUILD@"
22