diff --git a/Include/Version.h b/Include/Version.h index 58eeba83..48fa6819 100644 --- a/Include/Version.h +++ b/Include/Version.h @@ -21,11 +21,11 @@ #define DO_MAKE_STR(x) #x #define MAKE_STR(x) DO_MAKE_STR(x) -#define VER_RELEASE 0 +#define VER_RELEASE 1 #define VER_MAJOR 0 #define VER_MINOR 8 -#define VER_BUILD 8 +#define VER_BUILD 9 #define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM #define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM) diff --git a/history.txt b/history.txt index d68ee126..78dad878 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,4 @@ -0.8.8 dev +0.8.9.2318 - 2024-12-05 ------------------------ Added support for YUV420P10, YUV422P10, YUV444P10, GBRP10 and Y10 formats using MEDIASUBTYPE_LAV_RAWVIDEO. Enabled "Super Resolution" only for 8-bit video due to unclear support in drivers.