Skip to content

Commit

Permalink
Bumping version to 0.1.4 (so 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Nov 12, 2017
1 parent 7343b07 commit 0c5e0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Version.h
Expand Up @@ -36,8 +36,8 @@

#define OPENSHOT_AUDIO_VERSION_MAJOR 0; /// Major version number is incremented when huge features are added or improved.
#define OPENSHOT_AUDIO_VERSION_MINOR 1; /// Minor version is incremented when smaller (but still very important) improvements are added.
#define OPENSHOT_AUDIO_VERSION_BUILD 4; /// Build number is incremented when minor bug fixes and less important improvements are added.
#define OPENSHOT_AUDIO_VERSION_SO 5; /// Shared object version number. This increments any time the API and ABI changes (so old apps will no longer link)
#define OPENSHOT_AUDIO_VERSION_BUILD 5; /// Build number is incremented when minor bug fixes and less important improvements are added.
#define OPENSHOT_AUDIO_VERSION_SO 6; /// Shared object version number. This increments any time the API and ABI changes (so old apps will no longer link)
#define OPENSHOT_AUDIO_VERSION_MAJOR_MINOR STRINGIZE(OPENSHOT_AUDIO_VERSION_MAJOR) "." STRINGIZE(OPENSHOT_AUDIO_VERSION_MINOR); /// A string of the "Major.Minor" version
#define OPENSHOT_AUDIO_VERSION_ALL STRINGIZE(OPENSHOT_AUDIO_VERSION_MAJOR) "." STRINGIZE(OPENSHOT_AUDIO_VERSION_MINOR) "." STRINGIZE(OPENSHOT_AUDIO_VERSION_BUILD); /// A string of the entire version "Major.Minor.Build"

Expand Down

0 comments on commit 0c5e0dc

Please sign in to comment.