Skip to content

Commit

Permalink
Релиз v0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Feb 10, 2020
1 parent 031871d commit 3f6c292
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 0
#define MPCVR_VERSION_BUILD 1

#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.0
v0.4.1.1130 - 2020.02.10
------------------------
Fixed freezing during frequent timeline navigation.
Added support for "post scale" shaders.
Expand Down

0 comments on commit 3f6c292

Please sign in to comment.