summaryrefslogtreecommitdiff
path: root/libavutil/version.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-12-23 21:25:24 +0100
committerLuca Barbato <lu_zero@gentoo.org>2012-12-29 17:26:22 +0100
commitd8fd06c37de94d78eb37af93177de7c3040cf1f2 (patch)
tree6505d5945220cc9541c2302a83ac4641f4238491 /libavutil/version.h
parentc73c87b41298ff81b5a86569b0f680a556fc1a21 (diff)
avstring: add av_basename and av_dirname
Thread safe version of the common basename and dirname.
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 f69c73e929..1dbb11ca21 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -37,7 +37,7 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 52
-#define LIBAVUTIL_VERSION_MINOR 2
+#define LIBAVUTIL_VERSION_MINOR 3
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \