Revision 26050545dead5afe52e6ac9a764a900b9bc67e2e authored by Dmitri Naumov on 13 December 2020, 22:12:02 UTC, committed by Dmitri Naumov on 20 February 2021, 11:10:53 UTC
1 parent 26e1ea9
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