subscriberRegistry/Globals/Globals.cpp

26 lines
756 B
C++

/**@file Global system parameters. */
/*
* Copyright 2013, 2014 Range Networks, Inc.
*
* This software is distributed under multiple licenses;
* see the COPYING file in the main directory for licensing
* information for this specific distribuion.
*
* This use of this software may be subject to additional restrictions.
* See the LEGAL file in the main directory for details.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
/*
This file keeps global system parameters.
*/
#include "config.h"
#include <Globals.h>
const char *gVersionString = "release " VERSION " built " TIMESTAMP_ISO " " REPO_REV " ";