OGS
GitInfo.cpp
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#include "InfoLib/GitInfo.h"
5
6namespace GitInfoLib
7{
8
9namespace GitInfo
10{
11const std::string OGS_VERSION = "OGS_VERSION";
12const std::string git_version_sha1_short("");
13const std::string ogs_version("6.5.7");
14} // namespace GitInfo
15} // namespace GitInfoLib
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