blob: 774fc2cd4fd8a2b7495fc76eb80320f0db3822c1 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_DEVELOPER_DEBUG_ZXDB_COMMON_VERSION_H_
#define SRC_DEVELOPER_DEBUG_ZXDB_COMMON_VERSION_H_
namespace zxdb {
extern const char* kBuildVersion;
} // namespace zxdb
#endif // SRC_DEVELOPER_DEBUG_ZXDB_COMMON_VERSION_H_