chromium/remoting/base/version.h.in

// Copyright 2023 The Chromium Authors
// Use of this source code 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!

#ifndef REMOTING_BASE_VERSION_H_
#define REMOTING_BASE_VERSION_H_

#define REMOTING_VERSION @MAJOR@.@MINOR@.@BUILD@.@PATCH@
#define REMOTING_VERSION_STRING "@MAJOR@.@MINOR@.@BUILD@.@PATCH@"
#define REMOTING_VERSION_WSTRING L"@MAJOR@.@MINOR@.@BUILD@.@PATCH@"

#endif  // REMOTING_BASE_VERSION_H_