mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 21:46:50 +02:00
14 lines
372 B
C
14 lines
372 B
C
//
|
|
// InterfaceVersion.h
|
|
// interface/src
|
|
//
|
|
// Created by Leonardo Murillo on 12/16/13.
|
|
// Copyright 2013 High Fidelity, Inc.
|
|
//
|
|
// Declaration of version and build data
|
|
//
|
|
// 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@";
|