Skip to content

Commit

Permalink
Релиз 0.8.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Dec 5, 2024
1 parent 2820c31 commit ddc89a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion history.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ddc89a6

Please sign in to comment.