Skip to content

Commit

Permalink
Релиз 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Jan 5, 2022
1 parent 6678905 commit 2b4ab20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,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 1
#define VER_BUILD 1
#define VER_BUILD 2

#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)
4 changes: 2 additions & 2 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.1.1
----------------------
v0.1.2.106 - 2022.01.05
-----------------------
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.

v0.1.0.76 - 2020.06.16
Expand Down

0 comments on commit 2b4ab20

Please sign in to comment.