mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 13:53:38 +02:00
12 lines
330 B
C
12 lines
330 B
C
//
|
|
// ApplicationVersion.h.in
|
|
// cmake/macros
|
|
//
|
|
// Created by Leonardo Murillo on 8/13/15.
|
|
// 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
|
|
//
|
|
|
|
const QString BUILD_VERSION = "@BUILD_SEQ@";
|