diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-15 20:37:37 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-06-20 19:08:10 +0200 |
commit | 005c80b645cc6ab5f30cbc3e10ab66a15dfd107e (patch) | |
tree | 4933eec96d3ac9c5aeebd48ebb8beade88d0bdb3 /libavcodec/version.h | |
parent | 43886eaebc8e803a2f90051afd03068be47e398f (diff) | |
download | ffmpeg-005c80b645cc6ab5f30cbc3e10ab66a15dfd107e.tar.gz |
MS Screen 1 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 46b0f2358d..e049bee06a 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -27,7 +27,7 @@ */ #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 15 +#define LIBAVCODEC_VERSION_MINOR 16 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |