libobs: Update to version 0.16.3

This commit is contained in:
jp9000 2016-11-03 13:36:23 -07:00
parent ed85b22534
commit 5b44b1994e

View File

@ -41,7 +41,7 @@
*
* Reset to zero each major or minor version
*/
#define LIBOBS_API_PATCH_VER 2
#define LIBOBS_API_PATCH_VER 3
#define MAKE_SEMANTIC_VERSION(major, minor, patch) \
((major << 24) | \