|
From: <cn...@us...> - 2022-09-28 15:25:45
|
Revision: 1277
http://sourceforge.net/p/seq/svn/1277
Author: cn187
Date: 2022-09-28 15:25:43 +0000 (Wed, 28 Sep 2022)
Log Message:
-----------
Historical checkin for 08/17/22
- Opcode and struct changes (Newby)
- fixed an error in configure.in
Version to 6.2.9
Modified Paths:
--------------
showeq/branches/cn187_devel/ChangeLog
showeq/branches/cn187_devel/configure.in
Modified: showeq/branches/cn187_devel/ChangeLog
===================================================================
--- showeq/branches/cn187_devel/ChangeLog 2022-09-28 15:25:35 UTC (rev 1276)
+++ showeq/branches/cn187_devel/ChangeLog 2022-09-28 15:25:43 UTC (rev 1277)
@@ -1,9 +1,17 @@
BlueAdept (08/17/22)
----------------
+- Update to version 6.2.9
+- Support for EQ patch 08/17/22
+- Opcode and struct changes (Newby)
+- Found an error in configure.in bumped version
+
+BlueAdept (08/17/22)
+----------------
- Update to version 6.2.8
- Support for EQ patch 08/17/22
- Opcode and struct changes (Newby)
+
BlueAdept (07/21/22)
----------------
- Update to version 6.2.7
Modified: showeq/branches/cn187_devel/configure.in
===================================================================
--- showeq/branches/cn187_devel/configure.in 2022-09-28 15:25:35 UTC (rev 1276)
+++ showeq/branches/cn187_devel/configure.in 2022-09-28 15:25:43 UTC (rev 1277)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 6.2.88888888)
+AC_INIT(showeq, 6.2.9)
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.
|