1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 06:26:02 +00:00
This commit is contained in:
Zeno Rogue
2018-05-28 19:09:52 +02:00
parent 5eb084f9b0
commit 53a235a11f
2 changed files with 7 additions and 3 deletions

View File

@@ -18,14 +18,14 @@
#define NOLICENSE
#endif
#define VER "10.4"
#define VERNUM 10400
#define VER "10.4a"
#define VERNUM 10401
#ifndef CAP_SHADER
#define CAP_SHADER CAP_GL
#endif
#define VERNUM_HEX 0xA0B0
#define VERNUM_HEX 0xA0B1
#define GEN_M 0
#define GEN_F 1