Skip to content

Commit e13cb91

Browse files
committed
Релиз 0.2.11.
1 parent 6beef83 commit e13cb91

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Include/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define VER_MAJOR 0
2323
#define VER_MINOR 2
24-
#define VER_BUILD 10
24+
#define VER_BUILD 11
2525

2626
#define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM
2727
#define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM)

history.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
0.2.10 dev
1+
0.2.11.215 - 2025-09-15
22
-----------------------
3-
Added support for various formats for AviSynth+ and VapourSynth.
3+
Added support for various video formats for AviSynth+ and VapourSynth.
4+
The filter will not open the correct scripts with unsupported video formats.
5+
46

57
0.2.9.200 - 2025-06-15
68
-----------------------

0 commit comments

Comments
 (0)