Revision f44c0e5677257078e99c30d4827eb1b434be1c24 authored by Norbert Grunwald on 17 June 2021, 18:51:20 UTC, committed by Dmitri Naumov on 04 July 2021, 11:38:50 UTC
1 parent e3d1c23
Raw File
GitInfo.cpp.in
/**
 * \brief  Git information.
 *
 * \file
 * \copyright
 * Copyright (c) 2012-2021, 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