TSP Solver and Generator
Defines
src/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.

Defines

#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   (nightly build)
 TSPSG build status.
#define QUOTE_X(x)   #x
 A helper for QUOTE(x).
#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)
 Full version of TSPSG in the form: major.minor.release.build status.

Detailed Description

Contains TSPSG version information defines.

Author:
Copyright © 2007-2011 Lёppa <contacts[at]oleksii[dot]name>
Id:
version.h 151 2011-01-19 22:27:49Z laleppa
URL:
http://svn.tspsg.info/svnroot/tspsg/trunk/src/version.h

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 3 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/>.


Define Documentation

#define QUOTE_X (   x)    #x

A helper for QUOTE(x).

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines