Преглед изворни кода

libobs: Update version to 27.0.0

jp9000 пре 4 година
родитељ
комит
0ca465c683
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      libobs/obs-config.h

+ 3 - 3
libobs/obs-config.h

@@ -27,21 +27,21 @@
 /*
 /*
  * Increment if major breaking API changes
  * Increment if major breaking API changes
  */
  */
-#define LIBOBS_API_MAJOR_VER 26
+#define LIBOBS_API_MAJOR_VER 27
 
 
 /*
 /*
  * Increment if backward-compatible additions
  * Increment if backward-compatible additions
  *
  *
  * Reset to zero each major version
  * Reset to zero each major version
  */
  */
-#define LIBOBS_API_MINOR_VER 1
+#define LIBOBS_API_MINOR_VER 0
 
 
 /*
 /*
  * Increment if backward-compatible bug fix
  * Increment if backward-compatible bug fix
  *
  *
  * Reset to zero each major or minor version
  * 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) \
 #define MAKE_SEMANTIC_VERSION(major, minor, patch) \
 	((major << 24) | (minor << 16) | patch)
 	((major << 24) | (minor << 16) | patch)