CatapultServer  v0.5.0.1 (Elephant)
version.h File Reference
Include dependency graph for version.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::version
 

Macros

#define STRINGIFY2(STR)   #STR
 
#define STRINGIFY(STR)   STRINGIFY2(STR)
 
#define CATAPULT_BASE_VERSION
 
#define CATAPULT_VERSION   CATAPULT_BASE_VERSION
 
#define CATAPULT_COPYRIGHT   "Copyright (c) Jaguar0625, gimre, BloodyRookie, Tech Bureau, Corp."
 

Functions

void catapult::version::WriteVersionInformation (std::ostream &out)
 Writes custom version information to out. More...
 

Macro Definition Documentation

◆ CATAPULT_BASE_VERSION

#define CATAPULT_BASE_VERSION

◆ CATAPULT_COPYRIGHT

#define CATAPULT_COPYRIGHT   "Copyright (c) Jaguar0625, gimre, BloodyRookie, Tech Bureau, Corp."

◆ CATAPULT_VERSION

#define CATAPULT_VERSION   CATAPULT_BASE_VERSION

◆ STRINGIFY

#define STRINGIFY (   STR)    STRINGIFY2(STR)

◆ STRINGIFY2

#define STRINGIFY2 (   STR)    #STR

Copyright (c) 2016-present, Jaguar0625, gimre, BloodyRookie, Tech Bureau, Corp. All rights reserved.

This file is part of Catapult.

Catapult is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Catapult 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. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Catapult. If not, see http://www.gnu.org/licenses/.

CATAPULT_VERSION_BUILD
#define CATAPULT_VERSION_BUILD
Definition: version_inc.h:25
STRINGIFY
#define STRINGIFY(STR)
Definition: version.h:26
CATAPULT_VERSION_MINOR
#define CATAPULT_VERSION_MINOR
Definition: version_inc.h:23
CATAPULT_VERSION_REVISION
#define CATAPULT_VERSION_REVISION
Definition: version_inc.h:24
CATAPULT_VERSION_MAJOR
#define CATAPULT_VERSION_MAJOR
Definition: version_inc.h:22