OGS
GitInfo.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include <string>
7
8#include "gitinfolib_export.h"
9
10namespace GitInfoLib
11{
12
13namespace GitInfo
14{
15extern GITINFOLIB_EXPORT std::string const OGS_VERSION;
16extern GITINFOLIB_EXPORT const std::string git_version_sha1_short;
17extern GITINFOLIB_EXPORT const std::string ogs_version;
18} // namespace GitInfo
19} // namespace GitInfoLib
#define GITINFOLIB_EXPORT
const std::string OGS_VERSION
Definition GitInfo.cpp:11
GITINFOLIB_EXPORT const std::string git_version_sha1_short
GITINFOLIB_EXPORT const std::string ogs_version