13#ifndef OPENSHOT_VERSION_H
14#define OPENSHOT_VERSION_H
16#define OPENSHOT_VERSION_ALL "0.3.3"
17#define OPENSHOT_VERSION_FULL "0.3.3"
18#define OPENSHOT_VERSION_MAJOR_MINOR "0.3"
20#define OPENSHOT_VERSION_MAJOR 0
21#define OPENSHOT_VERSION_MINOR 3
22#define OPENSHOT_VERSION_BUILD 3
23#define OPENSHOT_VERSION_SO 26
26#define QT_VERSION_STR "5.15.15"
27#define AVCODEC_VERSION_STR "61.19.101"
28#define AVFORMAT_VERSION_STR "61.7.100"
29#define AVUTIL_VERSION_STR "59.39.100"
32#define HAVE_IMAGEMAGICK 1
35#define FFMPEG_USE_SWRESAMPLE 1
36#define APPIMAGE_BUILD 0
51 std::stringstream version_string;
53 return version_string.str();
#define OPENSHOT_VERSION_SO
#define OPENSHOT_VERSION_BUILD
#define OPENSHOT_VERSION_MINOR
#define OPENSHOT_VERSION_MAJOR
This namespace is the default namespace for all code in the openshot library.
OpenShotVersion GetVersion()
Get the current version number of libopenshot (major, minor, and build number)
This struct holds version number information. Use the GetVersion() method to access the current versi...
static const int Minor
Major version number.
static const int So
Build number.
static const std::string ToString()
Shared Object Number (incremented when API or ABI changes)
static const int Build
Minor version number.