Skip to content

Commit

Permalink
Релиз 0.4.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Aug 24, 2020
1 parent 0af0801 commit ec3f003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 MPCVR_RELEASE 0
#define MPCVR_RELEASE 1

#define MPCVR_VERSION_MAJOR 0
#define MPCVR_VERSION_MINOR 4
#define MPCVR_VERSION_BUILD 8
#define MPCVR_VERSION_BUILD 9

#define MPCVR_VERSION_NUM MPCVR_VERSION_MAJOR,MPCVR_VERSION_MINOR,MPCVR_VERSION_BUILD,MPCVR_REV_NUM
#define MPCVR_VERSION_STR MAKE_STR(MPCVR_VERSION_MAJOR) "." MAKE_STR(MPCVR_VERSION_MINOR) "." MAKE_STR(MPCVR_VERSION_BUILD) "." MAKE_STR(MPCVR_REV_NUM)
2 changes: 1 addition & 1 deletion history.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.4.8
v0.4.9.1460 - 2020.08.24
------------------------
Now DirectWrite is used instead of GDI+ to generate statistics font.
Optimized statistics drawing.
Expand Down

0 comments on commit ec3f003

Please sign in to comment.