Skip to content

Commit 37bdb4e

Browse files
committed
Релиз 0.1.4.
1 parent 4429f62 commit 37bdb4e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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 1
24-
#define VER_BUILD 3
24+
#define VER_BUILD 4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
0.1.3
1+
0.1.4.128 - 2022-09-21
22
-----------------------
33
Added Frame Properties support for AviSynth+ and VapourSynth R59.
44
Recommended versions are AviSynth+ 3.7.2 or later, VapourSynth R59 or later.
55

6-
0.1.2.106 - 2022.01.05
6+
0.1.2.106 - 2022-01-05
77
-----------------------
88
Removed filter registration for .avs and .vpy extensions. This preserves the ability to open scripts using the "AVI/WAV File Source" system filter. Better solution is to add ScriptSourceFilter as an external filter in MPC-BE, MPC-HC and other players, set the priority as preferred and enable the filter when needed.
99

10-
0.1.0.76 - 2020.06.16
10+
0.1.0.76 - 2020-06-16
1111
----------------------
1212
The first official release.

0 commit comments

Comments
 (0)