You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
New release! Bumping version to 0.1.6
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
#define OPENSHOT_VERSION_MAJOR 0; /// Major version number is incremented when huge features are added or improved.
|
||||
#define OPENSHOT_VERSION_MINOR 1; /// Minor version is incremented when smaller (but still very important) improvements are added.
|
||||
#define OPENSHOT_VERSION_BUILD 5; /// Build number is incremented when minor bug fixes and less important improvements are added.
|
||||
#define OPENSHOT_VERSION_BUILD 6; /// Build number is incremented when minor bug fixes and less important improvements are added.
|
||||
#define OPENSHOT_VERSION_SO 11; /// Shared object version number. This increments any time the API and ABI changes (so old apps will no longer link)
|
||||
#define OPENSHOT_VERSION_MAJOR_MINOR STRINGIZE(OPENSHOT_VERSION_MAJOR) "." STRINGIZE(OPENSHOT_VERSION_MINOR); /// A string of the "Major.Minor" version
|
||||
#define OPENSHOT_VERSION_ALL STRINGIZE(OPENSHOT_VERSION_MAJOR) "." STRINGIZE(OPENSHOT_VERSION_MINOR) "." STRINGIZE(OPENSHOT_VERSION_BUILD); /// A string of the entire version "Major.Minor.Build"
|
||||
|
||||
Reference in New Issue
Block a user