diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-28 21:18:23 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-07-02 07:14:44 +0200 |
commit | edf35d83429b1cba76ae8fd4717bdd5e6a9fe0eb (patch) | |
tree | 5935b6a1e18a32fa59bd0c297673e6e058686d9a /libavcodec/version.h | |
parent | a87b17f3283aada762820f1b797eeb7a2dff6c61 (diff) | |
download | ffmpeg-edf35d83429b1cba76ae8fd4717bdd5e6a9fe0eb.tar.gz |
MS ATC Screen (aka MSS3) 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 e049bee06a..f42aebe2bb 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 16 +#define LIBAVCODEC_VERSION_MINOR 17 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |