You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/Version.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@
36
36
37
37
#defineOPENSHOT_VERSION_MAJOR0; /// Major version number is incremented when huge features are added or improved.
38
38
#defineOPENSHOT_VERSION_MINOR2; /// Minor version is incremented when smaller (but still very important) improvements are added.
39
-
#defineOPENSHOT_VERSION_BUILD0; /// Build number is incremented when minor bug fixes and less important improvements are added.
40
-
#defineOPENSHOT_VERSION_SO15; /// Shared object version number. This increments any time the API and ABI changes (so old apps will no longer link)
39
+
#defineOPENSHOT_VERSION_BUILD1; /// Build number is incremented when minor bug fixes and less important improvements are added.
40
+
#defineOPENSHOT_VERSION_SO16; /// Shared object version number. This increments any time the API and ABI changes (so old apps will no longer link)
41
41
#defineOPENSHOT_VERSION_MAJOR_MINORSTRINGIZE(OPENSHOT_VERSION_MAJOR) "." STRINGIZE(OPENSHOT_VERSION_MINOR); /// A string of the "Major.Minor" version
42
42
#defineOPENSHOT_VERSION_ALLSTRINGIZE(OPENSHOT_VERSION_MAJOR) "." STRINGIZE(OPENSHOT_VERSION_MINOR) "." STRINGIZE(OPENSHOT_VERSION_BUILD); /// A string of the entire version "Major.Minor.Build"
0 commit comments