summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorShin-ichi Toyama <shin1@wmail.plala.or.jp>2014-11-15 12:42:30 +0900
committerMichael Niedermayer <michaelni@gmx.at>2014-11-15 12:50:39 +0100
commit12630fa821ea4b0daddf768eeb29103774e34033 (patch)
treee4ff2ea4e3c6e13b6745219f4c4195497d1b8536 /libavcodec/version.h
parentb08fd7ea78792c4e0141e2d384b9acd4699bb5cc (diff)
avcodec/dvdsubdec: New option for obtaining global palette from .IFO file (experimental)
Suggested-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 5d2c9a2ad3..ce4af6cc89 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 56
#define LIBAVCODEC_VERSION_MINOR 12
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \