Revision 6bc28f3d519fadc064410ebb7a9a57057c66a23b authored by Lars Bilke on 22 May 2023, 07:49:41 UTC, committed by Lars Bilke on 22 May 2023, 07:49:41 UTC
[T] Relax some tolerances.

See merge request ogs/ogs!4615
2 parent s 6555401 + 1a7fea0
Raw File
GitInfo.cpp.in
/**
 * \brief  Git information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#include "InfoLib/GitInfo.h"

namespace GitInfoLib
{

namespace GitInfo
{
    const std::string OGS_VERSION = "OGS_VERSION";
    const std::string git_version_sha1_short("@GIT_SHA1_SHORT@");
    const std::string ogs_version("@OGS_VERSION@");
}
}
back to top