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.H.
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().