summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorThomas Kühnel <kuehnelth@googlemail.com>2011-10-04 00:19:52 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-14 13:02:38 +0200
commit75abfab6c6ecd284092bee5e81d35ad7934e2425 (patch)
tree9b7cfdef47c41d7e548d4acae81f6b636f214954 /libavcodec/version.h
parentfb5718069853558b0c114176de2e174125b4dfd9 (diff)
lavc/tiff: add GeoTIFF support to the TIFF decoder
Work done for SOCIS 2011. See thread: Subject: [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF decoder Date: Tue, 4 Oct 2011 00:19:52 +0200 Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
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 30d64e29ac..a76c7f9207 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,7 +28,7 @@
#define LIBAVCODEC_VERSION_MAJOR 54
#define LIBAVCODEC_VERSION_MINOR 38
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \