From a70b4935f1867797b62312c20035025fad8b1f94 Mon Sep 17 00:00:00 2001 From: jamal Date: Thu, 27 Sep 2012 11:12:19 -0300 Subject: Add missing version macros to libraries Signed-off-by: Michael Niedermayer --- libavdevice/version.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libavdevice') diff --git a/libavdevice/version.h b/libavdevice/version.h index d8aa94f174..a17818080b 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -28,8 +28,8 @@ #include "libavutil/avutil.h" #define LIBAVDEVICE_VERSION_MAJOR 54 -#define LIBAVDEVICE_VERSION_MINOR 2 -#define LIBAVDEVICE_VERSION_MICRO 101 +#define LIBAVDEVICE_VERSION_MINOR 3 +#define LIBAVDEVICE_VERSION_MICRO 100 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ LIBAVDEVICE_VERSION_MINOR, \ @@ -39,6 +39,8 @@ LIBAVDEVICE_VERSION_MICRO) #define LIBAVDEVICE_BUILD LIBAVDEVICE_VERSION_INT +#define LIBAVDEVICE_IDENT "Lavd" AV_STRINGIFY(LIBAVDEVICE_VERSION) + /** * FF_API_* defines may be placed below to indicate public API that will be * dropped at a future version bump. The defines themselves are not part of -- cgit v1.2.3