Skip to content

Commit c232c1f

Browse files
committed
Release v1.82
1 parent a995352 commit c232c1f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ANSI.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
check for the empty buffer within the critical section;
189189
palette improvements.
190190
191-
v1.82-wip, 12 & 13 February, 2018:
191+
v1.82, 12 & 13 February, 2018:
192192
add ANSICON_WRAP environment variable for programs that expect the wrap;
193193
flush and invalidate the cache on CloseHandle;
194194
make IsConsoleHandle a critical section, for multithreaded processes;

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Copyright 2005-2018 Jason Hood
55

6-
Version 1.82-wip. Freeware
6+
Version 1.82. Freeware
77

88

99
Description
@@ -339,7 +339,7 @@ Version History
339339

340340
Legend: + added, - bug-fixed, * changed.
341341

342-
1.82-wip - 13 February, 2018:
342+
1.82 - 13 February, 2018:
343343
- add ANSICON_WRAP for programs that expect the wrap at right margin;
344344
- make IsConsoleHandle a critical section, for multithreaded processes;
345345
- use APIConsole for all console functions (Windows 10).

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
version.h - Version defines.
33
*/
44

5-
#define PVERS L"1.82-wip" // wide string
6-
#define PVERSA "1.82-wip" // ANSI string (windres 2.16.91 didn't like L)
5+
#define PVERS L"1.82" // wide string
6+
#define PVERSA "1.82" // ANSI string (windres 2.16.91 didn't like L)
77
#define PVERE L"182" // wide environment string
88
#define PVEREA "182" // ANSI environment string
99
#define PVERB 1,8,2,0 // binary (resource)

0 commit comments

Comments
 (0)