Announcing the release of ShowEQ version 5.13.10.70. This version is compatible with the July 18th release. Special thanks to Newby for the patch.

Code:
BlueAdept (7/18/18)
-------------------
- Updated version to 5.13.10.70
- Support EQ patch 7/18/18
- Updated Opcodes (Newby)
- Updated Structs (Newby)
- Added a "fflush (stdout);" to terminal.cpp
- Bumped version to .70 due to an error in .69
This new release is available in the files section of SourceForge, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/sho...s/v5_13_10_70/

Installation (tarball):

Code:
$ tar xjvf showeq-5.13.10.70.tar.bz2
 $ cd showeq-5.13.10.70
 $ ./configure
 $ make
 $ make install
Installation (SVN):

Code:
$ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/trunk showeq-5.13.10.70
 $ cd showeq-5.13.10.70
 $ make -f Makefile.dist build
 $ ./configure
 $ make
 $ make install