#include <OpenMS/CONCEPT/VersionInfo.h>
The OpenMS release and version data can be retrieved as a string or as integers.
The VersionInfo class contains only static methods.
Static Public Member Functions | |
static String | getVersionAndTime () |
Return the version number and the build time of OpenMS. | |
static String | getVersion () |
Return the version number of OpenMS. | |
static Int | getMajorRevision () |
Return the major revision number. The part of the release number before the dot. | |
static Int | getMinorRevision () |
Return the minor revision number. The part of the release number after the dot. |
static String getVersionAndTime | ( | ) | [static] |
Return the version number and the build time of OpenMS.
static Int getMajorRevision | ( | ) | [static] |
Return the major revision number. The part of the release number before the dot.
static Int getMinorRevision | ( | ) | [static] |
Return the minor revision number. The part of the release number after the dot.
Generated Tue Apr 1 15:36:43 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |