diff --git a/CHANGES b/CHANGES index 9959e13..b7a4b81 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,20 @@ The following are the changes from calc version 2.12.7.1 to date: - Corrected CHANGES notes that were mixed up for TAB, VT, CR & NL. - The core in 2.12.7.0 is correct. The CHANGE notes were mixed up. + Corrected CHANGES notes that were mixed up for TAB, VT, CR & + NL. The code in 2.12.7.0 is correct. The CHANGE notes should + have read: + + The following is a partial list of escape sequences recognized + in strings and in printf formats: + + \a audible bell byte 0x07 in ASCII encoding + \b backspace byte 0x08 in ASCII encoding + \f form feed byte 0x0c in ASCII encoding + \n newline byte 0x0a in ASCII encoding + \r return byte 0x0d in ASCII encoding + \t tab byte 0x09 in ASCII encoding + \v vertical tab byte 0x0b in ASCII encoding + Sorry! diff --git a/Makefile.ship b/Makefile.ship index 0b54bb8..812d8b2 100644 --- a/Makefile.ship +++ b/Makefile.ship @@ -1054,7 +1054,7 @@ EXT= # The default calc versions # -VERSION= 2.12.7.0 +VERSION= 2.12.7.1 # Names of shared libraries with versions # diff --git a/custom/Makefile b/custom/Makefile index c8b2014..393e5cb 100644 --- a/custom/Makefile +++ b/custom/Makefile @@ -348,7 +348,7 @@ EXT= # The default calc versions # -VERSION= 2.12.7.0 +VERSION= 2.12.7.1 # Names of shared libraries with versions # diff --git a/custom/Makefile.head b/custom/Makefile.head index 18d54d5..39663fe 100644 --- a/custom/Makefile.head +++ b/custom/Makefile.head @@ -348,7 +348,7 @@ EXT= # The default calc versions # -VERSION= 2.12.7.0 +VERSION= 2.12.7.1 # Names of shared libraries with versions #