Skip to content

Commit 2f36ddf

Browse files
committed
Релиз 0.1.0.
1 parent bc03d69 commit 2f36ddf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Include/Version.h

Lines changed: 3 additions & 3 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 MPCSS_RELEASE 0
20+
#define MPCSS_RELEASE 1
2121

2222
#define MPCSS_VERSION_MAJOR 0
23-
#define MPCSS_VERSION_MINOR 0
24-
#define MPCSS_VERSION_BUILD 3
23+
#define MPCSS_VERSION_MINOR 1
24+
#define MPCSS_VERSION_BUILD 0
2525

2626
#define MPCSS_VERSION_NUM MPCSS_VERSION_MAJOR,MPCSS_VERSION_MINOR,MPCSS_VERSION_BUILD,MPCSS_REV_NUM
2727
#define MPCSS_VERSION_STR MAKE_STR(MPCSS_VERSION_MAJOR) "." MAKE_STR(MPCSS_VERSION_MINOR) "." MAKE_STR(MPCSS_VERSION_BUILD) "." MAKE_STR(MPCSS_REV_NUM)

history.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
v0.0.3
2-
-----------------------
1+
v0.1.0.76 - 2020.06.16
2+
----------------------
3+
The first official release.

0 commit comments

Comments
 (0)