Update to version 1.8.4

This commit is contained in:
Carsten Sonne Larsen 2018-08-05 21:46:30 +02:00
parent b3d4d61e9d
commit 7a3cb4a2a1
3 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,8 @@
amath release history amath release history
v1.8.4 August 05 2017
- Ignore casing in hexadecimal numbers.
v1.8.3 July 21 2017 v1.8.3 July 21 2017
- Updated help texts and man page. - Updated help texts and man page.
- Fixed bug in ANSI switch. - Fixed bug in ANSI switch.

View File

@ -281,9 +281,9 @@ typedef int bool;
#endif #endif
/******************************************************************************/ /******************************************************************************/
#define TXTARCH TXTCPU TXTFPU #define TXTARCH TXTCPU TXTFPU
#define RELDATESTAMP "(21-07-2017)" #define RELDATESTAMP "(05-08-2018)"
#define TXTDOSVERSION "\0$VER: amath 1.83" SPACE RELDATESTAMP SPACE TXTARCH #define TXTDOSVERSION "\0$VER: amath 1.84" SPACE RELDATESTAMP SPACE TXTARCH
#define TXTTITLE "amath version 1.8.3" #define TXTTITLE "amath version 1.8.4"
#define TXTCOPYRIGHT "(c) 2018 Carsten Sonne Larsen" #define TXTCOPYRIGHT "(c) 2018 Carsten Sonne Larsen"
#define TXTSTARTMSG TXTTITLE SPACE TXTCOPYRIGHT #define TXTSTARTMSG TXTTITLE SPACE TXTCOPYRIGHT
/******************************************************************************/ /******************************************************************************/

View File

@ -261,7 +261,10 @@
\page release_page Release history \page release_page Release history
\section release_sec Release history \section release_sec Release history
\subsection version182 1.8.3 July 21 2017 \subsection version184 1.8.4 August 05 2017
- Ignore casing in hexadecimal numbers.
\subsection version183 1.8.3 July 21 2017
- Updated help texts and man page. - Updated help texts and man page.
- Fixed bug in ANSI switch. - Fixed bug in ANSI switch.