Skip to content

Commit 596e2d3

Browse files
committed
Update game version and changelog.
1 parent cf225af commit 596e2d3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 1.4.1
2+
3+
### Overall changes:
4+
5+
- Revised shaders and all related code (should work fine with all open source linux video drivers now).
6+
- Fixed compilation warnings.
7+
- Updated CMakeLists.txt.
8+
- Minor code improvements.
9+
110
# Version 1.4.0
211

312
### Overall changes:

src/build_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#ifndef BUILDCONFIG_H
2929
#define BUILDCONFIG_H
3030

31-
#define GAME_VERSION "1.4.1 git"
32-
#define GAME_VFS_BUILD 181021
31+
#define GAME_VERSION "1.4.1"
32+
#define GAME_VFS_BUILD 190427
3333

3434

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

0 commit comments

Comments
 (0)