X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/b2fe6756e34d1316d0fa799e8a5ace993059c407..b2d45654220503224aa94e78cdff19ec624e9342:/libavresample/version.h diff --git a/libavresample/version.h b/libavresample/version.h index ebcd07f57c..e74087165b 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -19,9 +19,17 @@ #ifndef AVRESAMPLE_VERSION_H #define AVRESAMPLE_VERSION_H +/** + * @file + * @ingroup lavr + * Libavresample version macros. + */ + +#include "libavutil/version.h" + #define LIBAVRESAMPLE_VERSION_MAJOR 1 -#define LIBAVRESAMPLE_VERSION_MINOR 0 -#define LIBAVRESAMPLE_VERSION_MICRO 1 +#define LIBAVRESAMPLE_VERSION_MINOR 3 +#define LIBAVRESAMPLE_VERSION_MICRO 0 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ LIBAVRESAMPLE_VERSION_MINOR, \