]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/version.h
avutil: Move library version related macros to version.h
[ffmpeg] / libavcodec / version.h
index c828dc8e6120c0fb8c9dc5c1ef70ede4ea9d7874..73c786dc04e8c64a8e10d1a4343cfe1bb6c4d45b 100644 (file)
  * Libavcodec version macros.
  */
 
+#include "libavutil/version.h"
+
 #define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 28
+#define LIBAVCODEC_VERSION_MINOR 31
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \