This struct holds version number information. Use the GetVersion() method to access the current version of libopenshot.
More...
#include <Version.h>
|
string | ToString () |
| Shared Object Number (incremented when API or ABI changes) More...
|
|
This struct holds version number information. Use the GetVersion() method to access the current version of libopenshot.
Definition at line 50 of file Version.h.
◆ ToString()
string openshot::OpenShotVersion::ToString |
( |
| ) |
|
|
inline |
Shared Object Number (incremented when API or ABI changes)
Get a string version of the version (i.e. "Major.Minor.Build")
Definition at line 57 of file Version.h.
◆ build
int openshot::OpenShotVersion::build |
Minor version number.
Definition at line 53 of file Version.h.
◆ major
int openshot::OpenShotVersion::major |
◆ minor
int openshot::OpenShotVersion::minor |
Major version number.
Definition at line 52 of file Version.h.
◆ so
int openshot::OpenShotVersion::so |
The documentation for this struct was generated from the following file: