diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -15,6 +15,8 @@ Please send mdk bug reports to bug-mdk@gnu.org. - #55877: mixvm.el: obsolete string-to-int removed. - Read/write access to/from highest word of memory (patch #9773 by Kevin Brunnelle). + - Correctly rewind tape when seeking past beginning of file (patch + #9974 by Kevin Brunelle). --------------------------------------------------------------------------- * Version 1.2.10 (07/01/19) diff --git a/configure.ac b/configure.ac index 8295bf5..77d24b7 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([GNU MDK],1.2.10,[bug-mdk@gnu.org],mdk) +AC_INIT([GNU MDK],1.2.11,[bug-mdk@gnu.org],mdk) AC_CONFIG_SRCDIR([mixlib/mix.h]) AM_INIT_AUTOMAKE |