diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-12-10 18:16:09 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-12-18 23:22:59 +0100 |
commit | 3a3790b8f8b56ee6abc93ccac280eb693675e294 (patch) | |
tree | 9935233c6d148f87dc241a8138deb4485760c85e /libavcodec/version.h | |
parent | 59f0275dd0a42a7f90271a83a78e9ca5e69ff5b0 (diff) | |
download | ffmpeg-3a3790b8f8b56ee6abc93ccac280eb693675e294.tar.gz |
tiff: support encoding and decoding 64bit images
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 fd774a71f3..d9589c223c 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -30,7 +30,7 @@ #define LIBAVCODEC_VERSION_MAJOR 56 #define LIBAVCODEC_VERSION_MINOR 6 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |