diff options
author | Michael Niedermayer | 2017-03-31 12:35:26 +0200 |
---|---|---|
committer | Michael Niedermayer | 2017-03-31 13:21:06 +0200 |
commit | 58b867a7cfea914aa6cad858a4da9b7dfeff9546 (patch) | |
tree | ee63589ac214736e029f555b34dbfc6f513ab2be /libpostproc | |
parent | fc332f3e29a07fea096b8878fa2044911366ebbd (diff) |
Bump minor versions for master after release/3.3 branchpoint
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 857d762798..a174017332 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 3 +#define LIBPOSTPROC_VERSION_MINOR 4 #define LIBPOSTPROC_VERSION_MICRO 100 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ |