TSP Solver and Generator
Macros
version.h File Reference

Contains TSPSG version information defines. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BUILD_VERSION_MAJOR   0
 Major version of current TSPSG build.
 
#define BUILD_VERSION_MINOR   0
 Minor version of current TSPSG build.
 
#define BUILD_RELEASE   0
 TSPSG release number.
 
#define BUILD_NUMBER   0
 Current TSPSG build number.
 
#define BUILD_STATUS_STR   (nightly build)
 TSPSG build status (e.g., alpha1, beta3)
 
#define QUOTE_X(x)   #x
 A helper for QUOTE(x). More...
 
#define QUOTE(x)   QUOTE_X(x)
 Used for "conversion" of x to quoted string.
 
#define BUILD_VERSION   QUOTE(BUILD_VERSION_MAJOR.BUILD_VERSION_MINOR.BUILD_RELEASE BUILD_STATUS_STR)
 Full version of TSPSG in the form: major.minor.release.build status.
 
#define REVISION_STR   "0c8813f6050deb29be145a20cd5db234548844ae"
 Git revision from which build was made.
 

Detailed Description

Contains TSPSG version information defines.

Author
Copyright © 2007-2016 Oleksii Serdiuk <contacts[at]oleksii[dot]name>
Id
0c8813f 2016-04-18 23:45:08 +0200 Oleksii Serdiuk
URL
http://tspsg.info/

TSPSG: TSP Solver and Generator

This file is part of TSPSG.

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

TSPSG 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 General Public License for more details.

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

Macro Definition Documentation

#define QUOTE_X (   x)    #x

A helper for QUOTE(x).