Skip to content

Commit 732515f

Browse files
committed
Релиз 0.2.1.
1 parent 0881a8a commit 732515f

File tree

3 files changed

+4
-4
lines changed

3 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 0
24+
#define VER_BUILD 1
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)

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MPC Image Source
22

3-
MPC Image Source is a free and open-source DirectShow filter. The filter allows to open graphics images in video players. Recommended MPC-BE v1.5.5.5064 or newer.
3+
MPC Image Source is a free and open-source DirectShow filter. The filter allows to open graphics images in video players. Recommended MPC-BE 1.5.7.6180 or newer.
44

55
## Minimum system requirements
66

history.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.2.0
1+
0.2.1.75 - 2021.04.17
22
----------------------
33
Added support for DDS, HEIF (HEIC, AVIF), ORF, PEF, JPEG XL.
44
Improved support for some JPEG XR files.

0 commit comments

Comments
 (0)