diff --git a/CHANGELOG.md b/CHANGELOG.md index 68302a00..79d6cf9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ DashFaction Changelog ===================== -Version 1.3.1 -------------- -- add free spectate support +Version 1.4.0 (released 2019-12-04) +----------------------------------- +- add free camera spectate mode support - add vote system (server-side) - rework fix for sticking to the ground when jumping - now it is based on PF code (by Trotskie) - should fix free-fall animation bug in multi-player and occasionally sticking to the ground in some levels diff --git a/common/include/common/version.h b/common/include/common/version.h index 2b6adc51..299d3f72 100644 --- a/common/include/common/version.h +++ b/common/include/common/version.h @@ -3,8 +3,8 @@ // clang-format off #define PRODUCT_NAME "Dash Faction" #define VERSION_MAJOR 1 -#define VERSION_MINOR 3 -#define VERSION_PATCH 1 -#define VERSION_STR "1.3.1-rc1" +#define VERSION_MINOR 4 +#define VERSION_PATCH 0 +#define VERSION_STR "1.4.0" #define PRODUCT_NAME_VERSION PRODUCT_NAME " " VERSION_STR // clang-format on