1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

Merge branch 'zenorogue:master' into main

This commit is contained in:
Charlotte Peppers
2022-03-07 17:44:10 -07:00
committed by GitHub
17 changed files with 211 additions and 59 deletions

View File

@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.0k"
#define VERNUM_HEX 0xA90B
#define VER "12.0l"
#define VERNUM_HEX 0xA90C
#include "sysconfig.h"