diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-05-24 12:32:01 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-24 15:47:15 +0200 |
commit | e47b8bbf0b54599d44b9330eb4d68cdde4f6d298 (patch) | |
tree | 141892aba6bb8499b9cc293d054129a9d8c8fc6a /libavcodec/version.h | |
parent | ad61da054bd8c74a5d5b38d80846228fc6147108 (diff) | |
download | ffmpeg-e47b8bbf0b54599d44b9330eb4d68cdde4f6d298.tar.gz |
avcodec: Bump micro version after changing public JPEG 2000 defines
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 ef5b7420eb..4bfa09ca89 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 19 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |