Skip to content

Commit b338d1b

Browse files
committed
libs: bump major version for all libraries
Signed-off-by: James Almer <[email protected]>
1 parent aaf3cd9 commit b338d1b

File tree

16 files changed

+20
-20
lines changed

16 files changed

+20
-20
lines changed

doc/APIchanges

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The last version increases of all libraries were on 2024-03-07
1+
The last version increases of all libraries were on 2025-03-28
22

33
API changes, most recent first:
44

libavcodec/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
#include "version_major.h"
3131

32-
#define LIBAVCODEC_VERSION_MINOR 33
33-
#define LIBAVCODEC_VERSION_MICRO 102
32+
#define LIBAVCODEC_VERSION_MINOR 0
33+
#define LIBAVCODEC_VERSION_MICRO 100
3434

3535
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
3636
LIBAVCODEC_VERSION_MINOR, \

libavcodec/version_major.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Libavcodec version macros.
2626
*/
2727

28-
#define LIBAVCODEC_VERSION_MAJOR 61
28+
#define LIBAVCODEC_VERSION_MAJOR 62
2929

3030
/**
3131
* FF_API_* defines may be placed below to indicate public API that will be

libavdevice/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#include "version_major.h"
3131

32-
#define LIBAVDEVICE_VERSION_MINOR 4
32+
#define LIBAVDEVICE_VERSION_MINOR 0
3333
#define LIBAVDEVICE_VERSION_MICRO 100
3434

3535
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \

libavdevice/version_major.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Libavdevice version macros
2626
*/
2727

28-
#define LIBAVDEVICE_VERSION_MAJOR 61
28+
#define LIBAVDEVICE_VERSION_MAJOR 62
2929

3030
/**
3131
* FF_API_* defines may be placed below to indicate public API that will be

libavfilter/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#include "version_major.h"
3333

34-
#define LIBAVFILTER_VERSION_MINOR 9
34+
#define LIBAVFILTER_VERSION_MINOR 0
3535
#define LIBAVFILTER_VERSION_MICRO 100
3636

3737

libavfilter/version_major.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Libavfilter version macros
2828
*/
2929

30-
#define LIBAVFILTER_VERSION_MAJOR 10
30+
#define LIBAVFILTER_VERSION_MAJOR 11
3131

3232
/**
3333
* FF_API_* defines may be placed below to indicate public API that will be

libavformat/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
#include "version_major.h"
3333

34-
#define LIBAVFORMAT_VERSION_MINOR 9
35-
#define LIBAVFORMAT_VERSION_MICRO 108
34+
#define LIBAVFORMAT_VERSION_MINOR 0
35+
#define LIBAVFORMAT_VERSION_MICRO 100
3636

3737
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
3838
LIBAVFORMAT_VERSION_MINOR, \

libavformat/version_major.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
// Major bumping may affect Ticket5467, 5421, 5451(compatibility with Chromium)
3131
// Also please add any ticket numbers that you believe might be affected here
32-
#define LIBAVFORMAT_VERSION_MAJOR 61
32+
#define LIBAVFORMAT_VERSION_MAJOR 62
3333

3434
/**
3535
* FF_API_* defines may be placed below to indicate public API that will be

libavutil/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
* @{
7979
*/
8080

81-
#define LIBAVUTIL_VERSION_MAJOR 59
82-
#define LIBAVUTIL_VERSION_MINOR 60
81+
#define LIBAVUTIL_VERSION_MAJOR 60
82+
#define LIBAVUTIL_VERSION_MINOR 0
8383
#define LIBAVUTIL_VERSION_MICRO 100
8484

8585
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \

0 commit comments

Comments
 (0)