diff options
author | Martin Storsjö <martin@martin.st> | 2011-04-14 01:04:53 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-04-14 09:34:26 +0300 |
commit | 302152d40b6858edca89ad1b5f86a029c323f8c3 (patch) | |
tree | 2580408038c60ac1575230379436bab6e27ddb66 | |
parent | 651b276ef7ad8d89e89bfc94a4232ab6c36f3a8a (diff) | |
download | ffmpeg-302152d40b6858edca89ad1b5f86a029c323f8c3.tar.gz |
libavcodec: Bump micro after adding the dtx AVOptions
Signed-off-by: Martin Storsjö <martin@martin.st>
-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 bad6509a03..0e2d766bfe 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -22,7 +22,7 @@ #define LIBAVCODEC_VERSION_MAJOR 52 #define LIBAVCODEC_VERSION_MINOR 119 -#define LIBAVCODEC_VERSION_MICRO 0 +#define LIBAVCODEC_VERSION_MICRO 1 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |