diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-04-22 15:52:00 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-04-22 15:52:43 +0200 |
commit | f13888afcc5e528b80e4ae5bc4f0d9dadc76f6aa (patch) | |
tree | 6974b7fcebcfff1ddc3d84aec9255728d1ce8090 /libavcodec | |
parent | c81a70638116eaf4251075475e5cbb600a33c5ec (diff) | |
download | ffmpeg-f13888afcc5e528b80e4ae5bc4f0d9dadc76f6aa.tar.gz |
avcodec: Bump minor for JPEG 2000 decoder
Diffstat (limited to 'libavcodec')
-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 cfcacb7f84..05ed6d017e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 2 +#define LIBAVCODEC_VERSION_MINOR 3 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |