This commit is contained in:
Zeno Rogue 2019-09-30 01:51:44 +02:00
parent aef1787daf
commit ddae7b9ce8
2 changed files with 6 additions and 3 deletions

View File

@ -3494,7 +3494,7 @@ Solv geometry:
20019-09-14 ??:?? Version 11.2:
- released 11.2 : https://zenorogue.itch.io/hyperrogue/devlog/99827/hyperrogue-112-thurston-geometries-free-update
20019-09-14 09:15 Version 11.2a:
20019-09-28 09:15 Version 11.2a:
- racing mode:
- - Racing now works in bounded geometries and all Thurston geometries
- - fixed a bug with going through walls (also in shmup)
@ -3513,3 +3513,6 @@ Solv geometry:
- fixed the standard binary tiling
- no more orb usage after death in the shmup mode
20019-09-30 01:46 Version 11.2b:
- fixed a bug in the shmup mode

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.2a"
#define VERNUM_HEX 0xA801
#define VER "11.2b"
#define VERNUM_HEX 0xA802
#include "sysconfig.h"
#include "classes.h"