diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-12-14 11:36:26 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-12-14 11:43:33 +0100 |
commit | 457e9339196450586113f5418a821fe85f859038 (patch) | |
tree | 2fde631c3cffffafb791b4b5a14b80d2b2308f0b /libavcodec/version.h | |
parent | a534862b278a52c09ddf7d6e78e72397b6b4048b (diff) | |
download | ffmpeg-457e9339196450586113f5418a821fe85f859038.tar.gz |
Bump for psd demuxer and decoder
Found-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 625f9475e5..3354d7f66f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 67 +#define LIBAVCODEC_VERSION_MINOR 68 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |