diff --git a/changelog.txt b/changelog.txt index 91601ae1..f4deb72b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2439,3 +2439,7 @@ in this geometry, but it is not playable). - Green and Gray Raiders move correctly in non-standard geometries. - Krakens no longer change their number of tentacles in GP(2,1) octagonal and similar (they use their own rule for forbidden cells). - fixed crashes in some weird land/geometry combinations. + +2018.05.09 21:38 Update 10.3v: +- fixed Hive +- fixed a memory error diff --git a/init.cpp b/init.cpp index 52eeb15d..c460111a 100644 --- a/init.cpp +++ b/init.cpp @@ -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