|
From: <the...@us...> - 2018-07-19 01:13:59
|
Revision: 921
http://sourceforge.net/p/seq/svn/921
Author: theblueadept
Date: 2018-07-19 01:13:56 +0000 (Thu, 19 Jul 2018)
Log Message:
-----------
Historical checkin for 7/18/18
- Updated Opcodes (Newby)
- Updated Structs (Newby)
- Added a "fflush (stdout);" to terminal.cpp
Version to 5.13.10.70
Modified Paths:
--------------
showeq/trunk/ChangeLog
showeq/trunk/configure.in
Modified: showeq/trunk/ChangeLog
===================================================================
--- showeq/trunk/ChangeLog 2018-07-19 01:06:44 UTC (rev 920)
+++ showeq/trunk/ChangeLog 2018-07-19 01:13:56 UTC (rev 921)
@@ -1,10 +1,11 @@
BlueAdept (7/18/18)
-------------------
-- Updated version to 5.13.10.69
+- 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
BlueAdept (7/06/18)
-------------------
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2018-07-19 01:06:44 UTC (rev 920)
+++ showeq/trunk/configure.in 2018-07-19 01:13:56 UTC (rev 921)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.10.69)
+AC_INIT(showeq, 5.13.10.70)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_SYSTEM
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|