Prepare release 1.6.3

This commit is contained in:
Carsten Larsen 2017-01-28 22:30:57 +01:00
parent 86d5a56fa7
commit 7a63687d4b
4 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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
/******************************************************************************/

View File

@ -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