Skip to content

Commit

Permalink
release 2.6.8 - close
Browse files Browse the repository at this point in the history
  * This release fixes the long standing Singe timing issue
  • Loading branch information
DirtBagXon committed Jul 30, 2021
1 parent 314dfd5 commit bc5c838
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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 "")

Expand Down
2 changes: 1 addition & 1 deletion src/game/singe.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion src/game/singe/singe_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions win32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc5c838

Please sign in to comment.