diff options
author | Peter Ross <pross@xvid.org> | 2011-03-26 15:12:35 +1100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2011-05-01 19:35:55 +0200 |
commit | e27ce0eea36b7631ad26a8f41b93855e3ae7e8f9 (patch) | |
tree | cc976ebb2b016871f47166d6886987d7fd4d8c49 /libavcodec/version.h | |
parent | 406629150cae78a15d7c04b049511b03740b6bfc (diff) | |
download | ffmpeg-e27ce0eea36b7631ad26a8f41b93855e3ae7e8f9.tar.gz |
DPX image encoder
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 418e2756b9..d840fbe81f 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,8 +21,8 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 1 -#define LIBAVCODEC_VERSION_MICRO 1 +#define LIBAVCODEC_VERSION_MINOR 2 +#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |