summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-10-12 15:01:06 +0300
committerMartin Storsjö <martin@martin.st>2013-01-15 11:54:19 +0200
commit8ee288d2586f216aa698ef8e6d107f02c813ea06 (patch)
treee1b2957bdf7001262a7523cfb27ca5dc48af088e /libavutil/version.h
parent47812070a267cbdf74164e154d03d99bf8ced100 (diff)
lavu: Add an API for calculating HMAC (RFC 2104)
This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are simple to add. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/version.h')
-rw-r--r--libavutil/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h
index 83a1f819d3..68f5752f05 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -37,7 +37,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 52
-#define LIBAVUTIL_VERSION_MINOR 4
+#define LIBAVUTIL_VERSION_MINOR 5
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \