Release v1.82

This commit is contained in:
Jason Hood 2018-02-13 16:12:07 +10:00
parent a995352ff1
commit c232c1ff37
3 changed files with 5 additions and 5 deletions

2
ANSI.c
View File

@ -188,7 +188,7 @@
check for the empty buffer within the critical section;
palette improvements.
v1.82-wip, 12 & 13 February, 2018:
v1.82, 12 & 13 February, 2018:
add ANSICON_WRAP environment variable for programs that expect the wrap;
flush and invalidate the cache on CloseHandle;
make IsConsoleHandle a critical section, for multithreaded processes;

View File

@ -3,7 +3,7 @@
Copyright 2005-2018 Jason Hood
Version 1.82-wip. Freeware
Version 1.82. Freeware
Description
@ -339,7 +339,7 @@ Version History
Legend: + added, - bug-fixed, * changed.
1.82-wip - 13 February, 2018:
1.82 - 13 February, 2018:
- add ANSICON_WRAP for programs that expect the wrap at right margin;
- make IsConsoleHandle a critical section, for multithreaded processes;
- use APIConsole for all console functions (Windows 10).

View File

@ -2,8 +2,8 @@
version.h - Version defines.
*/
#define PVERS L"1.82-wip" // wide string
#define PVERSA "1.82-wip" // ANSI string (windres 2.16.91 didn't like L)
#define PVERS L"1.82" // wide string
#define PVERSA "1.82" // ANSI string (windres 2.16.91 didn't like L)
#define PVERE L"182" // wide environment string
#define PVEREA "182" // ANSI environment string
#define PVERB 1,8,2,0 // binary (resource)