gambit is hosted by Hepforge, IPPP Durham
GAMBIT  v1.5.0-2191-ga4742ac
a Global And Modular Bsm Inference Tool
version.hpp File Reference

Version numbering. More...

#include "gambit/Utils/util_types.hpp"
#include "gambit/cmake/cmake_variables.hpp"
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Gambit
 TODO: see if we can use this one:
 

Functions

str & Gambit::gambit_version ()
 Statically construct a string containing the full GAMBIT version information and return a reference to it. More...
 

Variables

const int Gambit::gambit_version_major = 0
 
const int Gambit::gambit_version_minor = 0
 
const int Gambit::gambit_version_revision = 0
 
const str Gambit::gambit_version_patch = ""
 
const int Gambit::gambit_version_int = 10000*gambit_version_major + 100*gambit_version_minor + gambit_version_revision
 

Detailed Description

Version numbering.


Authors (add name and date if you modify):

Author
Pat Scott (patsc.nosp@m.ott@.nosp@m.physi.nosp@m.cs.m.nosp@m.cgill.nosp@m..ca)
Date
2014 Aug

Definition in file version.hpp.