Skip to content

Commit d06883a

Browse files
committed
Релиз v0.1.0.
1 parent 9743e46 commit d06883a

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

Include/Version.h

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

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

2222
#define MPCIS_VERSION_MAJOR 0
23-
#define MPCIS_VERSION_MINOR 0
23+
#define MPCIS_VERSION_MINOR 1
2424
#define MPCIS_VERSION_BUILD 0
2525

2626
#define MPCIS_VERSION_NUM MPCIS_VERSION_MAJOR,MPCIS_VERSION_MINOR,MPCIS_VERSION_BUILD,MPCIS_REV_NUM

Readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# MPC Image Source
22

3-
MPC Image Source is a free and open-source DirectShow filter.
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.
44

55
## Minimum system requirements
66

77
* An SSE2-capable CPU
88
* Windows 7 or newer
9-
* DirectX 9 video card
109

1110
## License
1211

1312
MPC Image Source's code is licensed under [GPL v3].
13+
14+
## Links
15+
16+
Topic in MPC-BE forum (Russian) - <https://mpc-be.org/forum/viewtopic.php?id=539>
17+
18+
MPC-BE video player - <https://sourceforge.net/projects/mpcbe/>

history.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
v0.0.0
2-
-----------------------
3-
there is nothing yet
1+
v0.1.0.29 - 2020.02.10
2+
----------------------
3+
The first official release.

0 commit comments

Comments
 (0)