Skip to content

Commit c361fa9

Browse files
committed
Bump minor versions after release branch
Signed-off-by: Michael Niedermayer <[email protected]>
1 parent c67d2a2 commit c361fa9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

libavcodec/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "libavutil/version.h"
2929

3030
#define LIBAVCODEC_VERSION_MAJOR 58
31-
#define LIBAVCODEC_VERSION_MINOR 134
31+
#define LIBAVCODEC_VERSION_MINOR 135
3232
#define LIBAVCODEC_VERSION_MICRO 100
3333

3434
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \

libavdevice/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "libavutil/version.h"
2929

3030
#define LIBAVDEVICE_VERSION_MAJOR 58
31-
#define LIBAVDEVICE_VERSION_MINOR 13
31+
#define LIBAVDEVICE_VERSION_MINOR 14
3232
#define LIBAVDEVICE_VERSION_MICRO 100
3333

3434
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \

libavfilter/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "libavutil/version.h"
3131

3232
#define LIBAVFILTER_VERSION_MAJOR 7
33-
#define LIBAVFILTER_VERSION_MINOR 110
33+
#define LIBAVFILTER_VERSION_MINOR 111
3434
#define LIBAVFILTER_VERSION_MICRO 100
3535

3636

libavformat/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
3333
// Also please add any ticket numbers that you believe might be affected here
3434
#define LIBAVFORMAT_VERSION_MAJOR 58
35-
#define LIBAVFORMAT_VERSION_MINOR 76
35+
#define LIBAVFORMAT_VERSION_MINOR 77
3636
#define LIBAVFORMAT_VERSION_MICRO 100
3737

3838
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \

libavutil/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
*/
8080

8181
#define LIBAVUTIL_VERSION_MAJOR 56
82-
#define LIBAVUTIL_VERSION_MINOR 70
82+
#define LIBAVUTIL_VERSION_MINOR 71
8383
#define LIBAVUTIL_VERSION_MICRO 100
8484

8585
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \

libpostproc/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "libavutil/avutil.h"
3030

3131
#define LIBPOSTPROC_VERSION_MAJOR 55
32-
#define LIBPOSTPROC_VERSION_MINOR 9
32+
#define LIBPOSTPROC_VERSION_MINOR 10
3333
#define LIBPOSTPROC_VERSION_MICRO 100
3434

3535
#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \

libswresample/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "libavutil/avutil.h"
3030

3131
#define LIBSWRESAMPLE_VERSION_MAJOR 3
32-
#define LIBSWRESAMPLE_VERSION_MINOR 9
32+
#define LIBSWRESAMPLE_VERSION_MINOR 10
3333
#define LIBSWRESAMPLE_VERSION_MICRO 100
3434

3535
#define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \

libswscale/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "libavutil/version.h"
2828

2929
#define LIBSWSCALE_VERSION_MAJOR 5
30-
#define LIBSWSCALE_VERSION_MINOR 9
30+
#define LIBSWSCALE_VERSION_MINOR 10
3131
#define LIBSWSCALE_VERSION_MICRO 100
3232

3333
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \

0 commit comments

Comments
 (0)