diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2022-01-16 17:58:20 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2022-01-16 18:00:18 +0000 |
commit | bd4c56d6e7d4d099df8a2ab1a23564cde72104a7 (patch) | |
tree | 3dab218f9fc19b248f9f3e582d737e52a474a891 | |
parent | 06064df2d8c2b900cbcde184df9400c8d9af4793 (diff) | |
download | mdk-master.tar.gz mdk-master.tar.bz2 |
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/mdk.texi | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 845002b..44c90e5 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.3.0],[bug-mdk@gnu.org],[mdk]) +AC_INIT([GNU MDK],[1.3.1],[bug-mdk@gnu.org],[mdk]) AC_CONFIG_SRCDIR([mixlib/mix.h]) AM_INIT_AUTOMAKE diff --git a/doc/mdk.texi b/doc/mdk.texi index 32b5b84..10b7b08 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -8,8 +8,8 @@ @c %**end of header @set UPDATED October, 2020 -@set EDITION 1.3.0 -@set VERSION 1.3.0 +@set EDITION 1.3.1 +@set VERSION 1.3.1 @set JAO Jose Antonio Ortega Ruiz @set PHILIP Philip E. King @set PIETER Pieter E. J. Pareit @@ -20,7 +20,7 @@ This manual is for GNU MDK (version @value{VERSION}, @value{UPDATED}), a set of utilities for developing programs using Donald Knuth's MIX mythical computer and MIXAL, its assembly language. -Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2013, 2014, 2015, 2020 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2013, 2014, 2015, 2020, 2022 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document |