mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 15:27:26 +02:00
15 lines
412 B
C
15 lines
412 B
C
//
|
|
// BuildInfo.h.in
|
|
// cmake/macros
|
|
//
|
|
// Created by Stephen Birarda on 1/14/16.
|
|
// Copyright 2015 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
namespace BuildInfo {
|
|
const QString MODIFIED_ORGANIZATION = "@BUILD_ORGANIZATION@";
|
|
const QString VERSION = "@BUILD_VERSION@";
|
|
}
|