X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavresample%2Fversion.h;h=2f204e04761881c261620c2fd881f7ea9d04e3d2;hb=c11a8586264520e6afcddc52156f4a1fd2fb07b2;hp=47504c938073ed926e0515baf1bf5d648f59a220;hpb=4010d724e1d57858d56bff66fa245f2d5646be6e;p=ffmpeg diff --git a/libavresample/version.h b/libavresample/version.h index 47504c93807..2f204e04761 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -19,9 +19,17 @@ #ifndef AVRESAMPLE_VERSION_H #define AVRESAMPLE_VERSION_H -#define LIBAVRESAMPLE_VERSION_MAJOR 0 +/** + * @file + * @ingroup lavr + * Libavresample version macros. + */ + +#include "libavutil/version.h" + +#define LIBAVRESAMPLE_VERSION_MAJOR 3 #define LIBAVRESAMPLE_VERSION_MINOR 0 -#define LIBAVRESAMPLE_VERSION_MICRO 1 +#define LIBAVRESAMPLE_VERSION_MICRO 0 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ LIBAVRESAMPLE_VERSION_MINOR, \ @@ -34,8 +42,9 @@ #define LIBAVRESAMPLE_IDENT "Lavr" AV_STRINGIFY(LIBAVRESAMPLE_VERSION) /** - * These FF_API_* defines are not part of public API. - * They may change, break or disappear at any time. + * 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 + * the public API and may change, break or disappear at any time. */ #endif /* AVRESAMPLE_VERSION_H */