diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2019-03-20 00:09:04 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2019-03-20 00:09:04 +0000 |
commit | 9ae59a93a74424e26045b749141cb238ec049a96 (patch) | |
tree | be7e8e06d361da500c64c82ef3ba89f739133843 | |
parent | ceec5c6d538a88867a92d826e33cddae6a80c545 (diff) | |
download | mdk-9ae59a93a74424e26045b749141cb238ec049a96.tar.gz mdk-9ae59a93a74424e26045b749141cb238ec049a96.tar.bz2 |
NEWS and version bump
-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 |