diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2023-02-19 18:37:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-02-19 18:37:36 +0100 |
commit | 47ac3e60653da651dfa064b649d0ac297560d8d5 (patch) | |
tree | 5cb800716abcd8dba2919950674e28939059abbe /libswscale | |
parent | 9e80dfbfd9537964afa934eef4deb2b62c0831fd (diff) | |
download | ffmpeg-bbfdba59059f25dea5dd8537aae05d54d3f03830.tar.gz |
version.h: Bump minor post 6.0 branchn6.1-dev
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/version.h b/libswscale/version.h index 4e54701aba..79f5c69f1c 100644 --- a/libswscale/version.h +++ b/libswscale/version.h @@ -28,7 +28,7 @@ #include "version_major.h" -#define LIBSWSCALE_VERSION_MINOR 1 +#define LIBSWSCALE_VERSION_MINOR 2 #define LIBSWSCALE_VERSION_MICRO 100 #define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \ |