]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/version.h
avdevice/xcbgrab: Handle reply and error properly
[ffmpeg] / libavdevice / version.h
index 80285a2611dc4df3bdd7cf41cebb7de0c679f49e..68302908cf87e39ba409f4baeaa8e00c33577590 100644 (file)
@@ -28,8 +28,8 @@
 #include "libavutil/version.h"
 
 #define LIBAVDEVICE_VERSION_MAJOR  58
-#define LIBAVDEVICE_VERSION_MINOR   2
-#define LIBAVDEVICE_VERSION_MICRO 100
+#define LIBAVDEVICE_VERSION_MINOR   9
+#define LIBAVDEVICE_VERSION_MICRO 101
 
 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
                                                LIBAVDEVICE_VERSION_MINOR, \
@@ -47,8 +47,4 @@
  * the public API and may change, break or disappear at any time.
  */
 
-#ifndef FF_API_NEXT
-#define FF_API_NEXT              (LIBAVDEVICE_VERSION_MAJOR < 59)
-#endif
-
 #endif /* AVDEVICE_VERSION_H */