Version information class. More...
#include <OpenMS/CONCEPT/VersionInfo.h>
Classes | |
struct | VersionDetails |
Static Public Member Functions | |
static String | getTime () |
Return the build time of OpenMS. More... | |
static String | getVersion () |
Return the version number of OpenMS. More... | |
static VersionDetails | getVersionStruct () |
Return the version number of OpenMS. More... | |
static String | getRevision () |
Return the revision number from revision control system, e.g. Subversion. More... | |
Version information class.
The OpenMS release version and revision data can be retrieved as a string or as integers.
Note that the term "version" refers to releases (such as 1.0, 1.1, 1.1.1, 1.2, ...), whereas the term "revision" refers to a revision control system such as subversion and is mainly of interest for developers.
The VersionInfo class contains only static methods.
|
static |
Return the revision number from revision control system, e.g. Subversion.
On released versions of OpenMS (not from SVN), the result is "exported". The result can be possibly be "" on some platforms, which means that revision info is unavailable. You should check for both cases in your code.
The current svn version is queried by the build system regularly and the result is written as a header file which is included by VersionInfo.C.
|
static |
Return the version number of OpenMS.
Referenced by SpectrumCanvas::addDataProcessing_(), TOPPASBase::loadPreferences(), TOPPViewBase::loadPreferences(), TOPPASBase::savePreferences(), TOPPViewBase::savePreferences(), IDEvaluationBase::showAboutDialog(), TOPPASBase::showAboutDialog(), and TOPPViewBase::showAboutDialog().
|
static |
Return the version number of OpenMS.
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:28 using doxygen 1.8.5 |