diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2018-11-02 00:15:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-11-02 00:15:32 +0100 |
commit | 780d5e30a0a0ad8d387e70e72195376e0064c4cf (patch) | |
tree | 78249c99ad9b9e10e00b2453d2600df0f1dfdc0e /libpostproc/version.h | |
parent | 324d21164d499f946da8e1bd9a58c620e32fb3f8 (diff) | |
download | ffmpeg-streaming-780d5e30a0a0ad8d387e70e72195376e0064c4cf.zip ffmpeg-streaming-780d5e30a0a0ad8d387e70e72195376e0064c4cf.tar.gz |
Bump minor versions for branching 4.1
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libpostproc/version.h')
-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 f372548..16c1d97 100644 --- a/libpostproc/version.h +++ b/libpostproc/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBPOSTPROC_VERSION_MAJOR 55 -#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, \ |