diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-07-08 19:51:08 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-07-11 07:29:05 +0200 |
commit | 781888da892d99cab70cf6007538d6d9b7382e81 (patch) | |
tree | cbe9191440571c625f923ac5b47e96a85fcbeba8 /libavcodec/version.h | |
parent | a8ad6ffafe89e3a83f343f69249338e8245816f7 (diff) | |
download | ffmpeg-781888da892d99cab70cf6007538d6d9b7382e81.tar.gz |
TechSmith Screen Codec 2 decoder
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 cb2373848e..6f47df96cf 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 17 +#define LIBAVCODEC_VERSION_MINOR 18 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |