Newer
Older
/**
* @file version.h
* @brief The SMC version for the build
*
* This source file provides a global symbol for the building version.
*
* @author Patrick Bellasi (derkling), derkling@google.com
*
* @internal
* Created 01/11/2011
* Revision $Id: doxygen.templates,v 1.3 2010/07/06 09:20:12 mehner Exp $
* Compiler gcc/g++
* Company Politecnico di Milano
* Copyright Copyright (c) 2011, Patrick Bellasi
*
* This source code is released for free distribution under the terms of the
* GNU General Public License as published by the Free Software Foundation.
* =====================================================================================
*/
#ifndef MPIUNCERTAINTY_VERSION_H_
#define MPIUNCERTAINTY_VERSION_H_
extern "C" {
/**
* A string representing the GIT version of the compiled binary
*/
extern const char *g_git_version;
}
#endif // MPIUNCERTAINTY_VERSION_H_