diff options
author | Michael Niedermayer <[email protected]> | 2025-08-09 18:03:05 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2025-08-09 18:03:05 +0200 |
commit | 638b521c7b09e00514aa13ade43c389b4b40ddfd (patch) | |
tree | e6343dfa0e337743f67d625e8b4f1395f5bb3419 /libavcodec/version.h | |
parent | 7eaa0f799ab30e723209cc64777f10063ae55a23 (diff) |
Bump versions for master after release/8.0n8.1-dev
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 8b53586be1..da2264a097 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 11 +#define LIBAVCODEC_VERSION_MINOR 12 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |