Skip to content

Commit

Permalink
Update to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jp9000 committed Aug 25, 2014
1 parent ed23547 commit 6e7f2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libobs/obs-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
*
* Reset to zero each major version
*/
#define LIBOBS_API_MINOR_VER 4
#define LIBOBS_API_MINOR_VER 5

/*
* Increment if backward-compatible bug fix
*
* Reset to zero each major or minor version
*/
#define LIBOBS_API_PATCH_VER 2
#define LIBOBS_API_PATCH_VER 0

#define MAKE_SEMANTIC_VERSION(major, minor, patch) \
((major << 24) | \
Expand Down

0 comments on commit 6e7f2e1

Please sign in to comment.