Mercurial > ~dholland > hg > tradcpp > index.cgi
changeset 206:9aa91d3fe3a3 release-0.5.3
release 0.5.3
author | David A. Holland |
---|---|
date | Mon, 21 Jan 2019 21:21:46 -0500 |
parents | dd0d2bfe4962 |
children | 217727e65236 |
files | CHANGES version.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Mon Jan 21 21:18:50 2019 -0500 +++ b/CHANGES Mon Jan 21 21:21:46 2019 -0500 @@ -1,4 +1,4 @@ -release [pending] +release 0.5.3 (20190121) - Fix markup typo in the man page. - Abort on line numbering or column numbering overflow. Line numbers are limited to values that fit in "unsigned int". Also
--- a/version.h Mon Jan 21 21:18:50 2019 -0500 +++ b/version.h Mon Jan 21 21:21:46 2019 -0500 @@ -29,5 +29,5 @@ #define VERSION_MAJOR "0" #define VERSION_MINOR "5" -#define VERSION_STRING "0.5.2" -#define VERSION_LONG "NetBSD tradcpp 0.5.2" +#define VERSION_STRING "0.5.3" +#define VERSION_LONG "NetBSD tradcpp 0.5.3"