Skip to content

Commit 6eb4887

Browse files
committed
Релиз 0.2.9.
1 parent 2a50ccf commit 6eb4887

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Include/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
#define DO_MAKE_STR(x) #x
1818
#define MAKE_STR(x) DO_MAKE_STR(x)
1919

20-
#define VER_RELEASE 0
20+
#define VER_RELEASE 1
2121

2222
#define VER_MAJOR 0
2323
#define VER_MINOR 2
24-
#define VER_BUILD 8
24+
#define VER_BUILD 9
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
0.2.8 dev
1+
0.2.9.200 - 2025-06-15
22
-----------------------
33
Fixed logging of exceptions with non-ASCII characters for the debug version.
44
Minimum AviSynth Interface Version to get frame properties is 8 (previously it was 9).
55

66

7-
0.2.7.192 - 2024-04-03
7+
0.2.7.192 - 2025-04-03
88
-----------------------
99
Fixed registration of a filter from a folder with Unicode characters.
1010

0 commit comments

Comments
 (0)