ufe 6.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
Ufe::VersionInfo Class Reference

Version information of UFE. More...

#include <versionInfo.h>

Static Public Member Functions

static int getMajorVersion ()
 
static int getMinorVersion ()
 
static int getPatchLevel ()
 
static int getBuildNumber ()
 
static char const * getGitCommit ()
 
static char const * getGitBranch ()
 
static char const * getBuildDate ()
 

Detailed Description

Version information of UFE.

Interface to retrieve version information of UFE

Definition at line 21 of file versionInfo.h.

Member Function Documentation

◆ getBuildDate()

static char const * Ufe::VersionInfo::getBuildDate ( )
static
Returns
Git Build Date of UFE

◆ getBuildNumber()

static int Ufe::VersionInfo::getBuildNumber ( )
static
Returns
Build number of UFE

◆ getGitBranch()

static char const * Ufe::VersionInfo::getGitBranch ( )
static
Returns
Git branch name of UFE

◆ getGitCommit()

static char const * Ufe::VersionInfo::getGitCommit ( )
static
Returns
Git Commit SHA of UFE

◆ getMajorVersion()

static int Ufe::VersionInfo::getMajorVersion ( )
static
Returns
Major version of UFE

◆ getMinorVersion()

static int Ufe::VersionInfo::getMinorVersion ( )
static
Returns
Minor version of UFE

◆ getPatchLevel()

static int Ufe::VersionInfo::getPatchLevel ( )
static
Returns
Patch version of UFE

The documentation for this class was generated from the following file: