Skip to content

Commit a2c3595

Browse files
committed
Release 1.81
1 parent 3c61ef8 commit a2c3595

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ANSI.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
added DECSTR & RIS;
181181
fix state problems with windowless processes.
182182
183-
v1.81-wip, 26 to 28 December, 2017:
183+
v1.81, 26 to 28 December, 2017:
184184
combine multiple CRs as one (to ignore all CRs before LF);
185185
don't process CR or BS during CRM;
186186
don't flush CR immediately (to catch following LF);

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Version History
334334

335335
Legend: + added, - bug-fixed, * changed.
336336

337-
1.81-wip - 28 December, 2017:
337+
1.81 - 28 December, 2017:
338338
- fix multiple CRs before LF (including preventing an immediate flush);
339339
- fix CR, BS and partial RM during CRM;
340340
- fix buffer overflow caused by incorrect critical section;

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.81-wip" // wide string
6-
#define PVERSA "1.81-wip" // ANSI string (windres 2.16.91 didn't like L)
5+
#define PVERS L"1.81" // wide string
6+
#define PVERSA "1.81" // ANSI string (windres 2.16.91 didn't like L)
77
#define PVERE L"181" // wide environment string
88
#define PVEREA "181" // ANSI environment string
99
#define PVERB 1,8,1,0 // binary (resource)

0 commit comments

Comments
 (0)