Skip to content

Commit

Permalink
Update game version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
viewizard committed Apr 27, 2019
1 parent cf225af commit 596e2d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 1.4.1

### Overall changes:

- Revised shaders and all related code (should work fine with all open source linux video drivers now).
- Fixed compilation warnings.
- Updated CMakeLists.txt.
- Minor code improvements.

# Version 1.4.0

### Overall changes:
Expand Down
4 changes: 2 additions & 2 deletions src/build_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#ifndef BUILDCONFIG_H
#define BUILDCONFIG_H

#define GAME_VERSION "1.4.1 git"
#define GAME_VFS_BUILD 181021
#define GAME_VERSION "1.4.1"
#define GAME_VFS_BUILD 190427


// define DATADIR with gamedata.vfs file location if you don't put it together in the same directory with binary file.
Expand Down

0 comments on commit 596e2d3

Please sign in to comment.