From bc5c838440a4fcb58774a38808a69be10920f1fc Mon Sep 17 00:00:00 2001 From: DirtBagXon Date: Fri, 30 Jul 2021 13:00:00 +0100 Subject: [PATCH] release 2.6.8 - close * This release fixes the long standing Singe timing issue --- src/CMakeLists.txt | 2 +- src/game/singe.h | 2 +- src/game/singe/singe_interface.h | 2 +- win32/README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5af1ebd6..96b6cad4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -set(PKG_VERSION "v2.6.6") +set(PKG_VERSION "v2.6.8") set(FILE_OFFSET_BITS "") diff --git a/src/game/singe.h b/src/game/singe.h index ba78cde0..c6214ce9 100644 --- a/src/game/singe.h +++ b/src/game/singe.h @@ -39,7 +39,7 @@ using namespace std; // by rdg2010 #define SINGE_VERSION \ - 1.20 // Update this number whenever you issue a major change + 1.25 // Update this number whenever you issue a major change enum { KEYBD_NORMAL, KEYBD_FULL }; //////////////////////////////////////////////////////////////////////////////// diff --git a/src/game/singe/singe_interface.h b/src/game/singe/singe_interface.h index ef364c13..3ed826df 100644 --- a/src/game/singe/singe_interface.h +++ b/src/game/singe/singe_interface.h @@ -2,7 +2,7 @@ #define SINGE_INTERFACE_H // increase this number every time you change something in this file!!! -#define SINGE_INTERFACE_API_VERSION 5 +#define SINGE_INTERFACE_API_VERSION 6 #define SINGE_ERROR_INIT 0xA0 #define SINGE_ERROR_RUNTIME 0xA1 diff --git a/win32/README.md b/win32/README.md index b87b568b..7c25e4a0 100644 --- a/win32/README.md +++ b/win32/README.md @@ -9,10 +9,10 @@ Latest build is: hypseus.exe -v - [version] Hypseus Singe: v2.6.6 + [version] Hypseus Singe: v2.6.8 [console] SDL(CC): 2.0.14 [console] SDL(LD): 2.0.14 - [console] Build: Jul 28 2021 14:15:08 + [console] Build: Jul 30 2021 12:51:46 ## Install