diff options
author | jamal <jamrial@gmail.com> | 2012-09-27 11:12:19 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-28 15:10:18 +0200 |
commit | a70b4935f1867797b62312c20035025fad8b1f94 (patch) | |
tree | 027a5b3afd5cff29c04071cd1fd8fb2e9523aa96 /libavdevice/version.h | |
parent | b75c3d2b8b1602236be2d597297187efc696f7c1 (diff) | |
download | ffmpeg-a70b4935f1867797b62312c20035025fad8b1f94.tar.gz |
Add missing version macros to libraries
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/version.h')
-rw-r--r-- | libavdevice/version.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 |