diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-31 12:33:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-31 13:21:06 +0200 |
commit | fc332f3e29a07fea096b8878fa2044911366ebbd (patch) | |
tree | 340970db48555dbdc36e92cb59c8557ea0d79339 /libpostproc | |
parent | 1317a9f7aaab50b3f6109948f5c96c8fa701ad1e (diff) | |
download | ffmpeg-fc332f3e29a07fea096b8878fa2044911366ebbd.tar.gz |
Bump minor versions for staring release/3.3 branch
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 6f1a97a054..857d762798 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBPOSTPROC_VERSION_MAJOR 54 -#define LIBPOSTPROC_VERSION_MINOR 2 +#define LIBPOSTPROC_VERSION_MINOR 3 #define LIBPOSTPROC_VERSION_MICRO 100 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ |