Announcing the release of ShowEQ version 5.13.10.103. This version is compatible with the Oct 21st release. Special thanks to Newby for the patch.

Code:
BlueAdept (10/22/20)
- Updated version to 5.13.10.103
- Support EQ patch 10/21/20
- Updated Fixed network packets (cn187)
This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq...q-5.13.10.103/, or from the SVN repository at https://svn.code.sf.net/p/seq/svn/sh.../v5_13_10_103/

Installation (tarball):
Code:
    $ tar xjvf showeq-5.13.10.103.tar.bz2
    $ cd showeq-5.13.10.103
    $ ./configure
    $ make
    $ make install
Installation (SVN):
Code:
    $ svn checkout https://svn.code.sf.net/p/seq/svn/showeq/trunk showeq-5.13.10.103
    $ cd showeq-5.13.10.103
    $ make -f Makefile.dist build
    $ ./configure
    $ make
    $ make install