]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/version.h
avformat/dashdec: Cosmetics
[ffmpeg] / libavdevice / version.h
index e5f60032f7c1e8bf9ba239a441b555b127503b71..e3aca9e3d2d91cf94151e59a232704c4123e56d3 100644 (file)
@@ -28,8 +28,8 @@
 #include "libavutil/version.h"
 
 #define LIBAVDEVICE_VERSION_MAJOR  58
-#define LIBAVDEVICE_VERSION_MINOR   1
-#define LIBAVDEVICE_VERSION_MICRO 100
+#define LIBAVDEVICE_VERSION_MINOR  11
+#define LIBAVDEVICE_VERSION_MICRO 102
 
 #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 */