1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-10 23:29:43 +00:00
This commit is contained in:
Zeno Rogue
2018-05-15 23:21:12 +02:00
parent cf003afe17
commit 14f9c3b325
2 changed files with 7 additions and 3 deletions

View File

@@ -18,14 +18,14 @@
#define NOLICENSE
#endif
#define VER "10.3u"
#define VERNUM 10322
#define VER "10.3v"
#define VERNUM 10323
#ifndef CAP_SHADER
#define CAP_SHADER CAP_GL
#endif
#define VERNUM_HEX 0xA0A8
#define VERNUM_HEX 0xA0A9
#define GEN_M 0
#define GEN_F 1