libobs: Update to 0.16.5

This commit is contained in:
jp9000
2016-11-07 21:04:06 -08:00
parent f6fae9b7e9
commit 9adad2ebc2

View File

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