diff options
author | Michael Niedermayer | 2017-04-02 19:54:12 +0200 |
---|---|---|
committer | Michael Niedermayer | 2017-04-02 19:54:12 +0200 |
commit | 22b0daa1b3f0ac5d91cc1a057d230995590847cd (patch) | |
tree | c554af09f63bf2c1e348f77c62cb91145b30a095 /libavresample | |
parent | e1cc7f83df001b471313fb7f03fd4b0fa1c5a747 (diff) |
Bump versions for master after 3.3
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavresample')
-rw-r--r-- | libavresample/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavresample/version.h b/libavresample/version.h index 89b4746d4e..f6d99cba08 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVRESAMPLE_VERSION_MAJOR 3 -#define LIBAVRESAMPLE_VERSION_MINOR 5 +#define LIBAVRESAMPLE_VERSION_MINOR 6 #define LIBAVRESAMPLE_VERSION_MICRO 0 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ |