37 #ifndef RTPLIBRARYVERSION_H 39 #define RTPLIBRARYVERSION_H 53 RTPLibraryVersion(
int major,
int minor,
int debug) { majornr = major; minornr = minor; debugnr = debug; }
67 int debugnr,minornr,majornr;
70 #endif // RTPLIBRARYVERSION_H int GetMajorNumber() const
Returns the major version number.
Definition: rtplibraryversion.h:56
std::string GetVersionString() const
Returns a string describing the library version.
int GetMinorNumber() const
Returns the minor version number.
Definition: rtplibraryversion.h:59
Used to provide information about the version of the library.
Definition: rtplibraryversion.h:47
static RTPLibraryVersion GetVersion()
Returns an instance of RTPLibraryVersion describing the version of the library.
int GetDebugNumber() const
Returns the debug version number.
Definition: rtplibraryversion.h:62