Skip to content

Commit

Permalink
Change version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalh committed Dec 4, 2019
1 parent 06261e9 commit d67356f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions common/include/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d67356f

Please sign in to comment.