diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2023-10-29 15:44:51 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-10-29 16:19:14 +0100 |
commit | 47e784f88161c99964068c055a399cea31707419 (patch) | |
tree | 1120c8f186e258b0a970e6c4862f376d00e52ff1 /libpostproc | |
parent | 0e15b2b828ded7adac8d68c78ec77b82d81561e4 (diff) | |
download | ffmpeg-n6.2-dev.tar.gz |
Bump versions after 6.1n6.2-dev
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h index e77dff98c5..4459d251d4 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -30,7 +30,7 @@ #include "version_major.h" -#define LIBPOSTPROC_VERSION_MINOR 3 +#define LIBPOSTPROC_VERSION_MINOR 4 #define LIBPOSTPROC_VERSION_MICRO 100 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ |