[FFmpeg-devel] [PATCH 2/3] lavc: bump minor version

Rostislav Pehlivanov atomnuker at gmail.com
Mon Oct 19 08:37:58 CEST 2015


Due to the previous commit slightly modifying the API.
---
 libavcodec/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 97f4ae4..b9aab44 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
 #include "libavutil/version.h"
 
 #define LIBAVCODEC_VERSION_MAJOR  57
-#define LIBAVCODEC_VERSION_MINOR   7
+#define LIBAVCODEC_VERSION_MINOR   8
 #define LIBAVCODEC_VERSION_MICRO 100
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
-- 
2.6.1.204.gc021fdf



More information about the ffmpeg-devel mailing list