#include "Util/version.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include <cctype>
#include <fstream>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
const char * | fullversion () |
Get full version info for this build. | |
const char * | svnversion () |
Get the subversion repository version of this build. | |
bool | isSourcePristine () |
Return true if the source is pristine. |
strings giving version info about the package
Definition in file version.C.
const char* fullversion | ( | ) |
Get full version info for this build.
Definition at line 146 of file version.C.
Referenced by ModelManager::paramChanged().
bool isSourcePristine | ( | ) |
Return true if the source is pristine.
Definition at line 158 of file version.C.
References svnversion().
Referenced by ModelManager::paramChanged().
const char* svnversion | ( | ) |
Get the subversion repository version of this build.
Definition at line 152 of file version.C.
Referenced by isSourcePristine(), and ModelManager::paramChanged().