From 7a63687d4b578a61d65e97df4cea881b6ae6a08d Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Sat, 28 Jan 2017 22:30:57 +0100 Subject: [PATCH] Prepare release 1.6.3 --- HISTORY | 8 ++++++++ amath.doxygen | 2 +- app/localize/start.h | 6 +++--- lib/doc.h | 8 ++++++++ 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index b6cf9f5f..c07aef45 100644 --- a/HISTORY +++ b/HISTORY @@ -2,10 +2,18 @@ --- amath change history --- ------------------------------------------------------------------------------- +v1.6.3 January 30 2017 +- Improved error handling +- Fixed error in fraction point parsing +- Fixed typo in help text +- 64 bit PowerPC support +- Fix AROS build errors + v1.6.2 January 24 2017 - Fixed bug in memory allocation - Fixed bug in native keybord input - Included build options in executables +- ARM support v1.6.1 January 21 2017 - Fixed language bug in Windows diff --git a/amath.doxygen b/amath.doxygen index 55d29fc7..84f50967 100644 --- a/amath.doxygen +++ b/amath.doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "amath" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "1.6.2" +PROJECT_NUMBER = "1.6.3" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/app/localize/start.h b/app/localize/start.h index 390134cd..840636a5 100644 --- a/app/localize/start.h +++ b/app/localize/start.h @@ -117,9 +117,9 @@ #endif /******************************************************************************/ #define TXTARCH TXTCPU TXTFPU -#define RELDATESTAMP "(24-01-2017)" -#define TXTDOSVERSION "\0$VER: amath 1.62" SPACE RELDATESTAMP SPACE TXTARCH -#define TXTTITLE "amath version 1.6.2" +#define RELDATESTAMP "(30-01-2017)" +#define TXTDOSVERSION "\0$VER: amath 1.63" SPACE RELDATESTAMP SPACE TXTARCH +#define TXTTITLE "amath version 1.6.3" #define TXTCOPYRIGHT "(c) 2017 Carsten Sonne Larsen" #define TXTSTARTMSG TXTTITLE SPACE TXTCOPYRIGHT /******************************************************************************/ diff --git a/lib/doc.h b/lib/doc.h index 38b0ef9b..9dc20273 100644 --- a/lib/doc.h +++ b/lib/doc.h @@ -295,10 +295,18 @@ \page release_page Release history \section release_sec Release history + \subsection version163 v1.6.3 January 30 2017 + - Improved error handling + - Fixed error in fraction point parsing + - Fixed typo in help text + - 64 bit PowerPC support + - Fix AROS build errors + \subsection version162 v1.6.2 January 24 2017 - Fixed bug in memory allocation - Fixed bug in native keybord input - Included build options in executables + - ARM support \subsection version161 v1.6.1 January 21 2017 - Fixed language bug in Windows