We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf225af commit 596e2d3Copy full SHA for 596e2d3
CHANGELOG.md
@@ -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
10
# Version 1.4.0
11
12
### Overall changes:
src/build_config.h
@@ -28,8 +28,8 @@
28
#ifndef BUILDCONFIG_H
29
#define BUILDCONFIG_H
30
31
-#define GAME_VERSION "1.4.1 git"
32
-#define GAME_VFS_BUILD 181021
+#define GAME_VERSION "1.4.1"
+#define GAME_VFS_BUILD 190427
33
34
35
// define DATADIR with gamedata.vfs file location if you don't put it together in the same directory with binary file.
0 commit comments