From c232c1ff37d780203509b25f5827c2c15dc53139 Mon Sep 17 00:00:00 2001
From: Jason Hood <jadoxa@yahoo.com.au>
Date: Tue, 13 Feb 2018 16:12:07 +1000
Subject: [PATCH] Release v1.82

---
 ANSI.c     | 2 +-
 readme.txt | 4 ++--
 version.h  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ANSI.c b/ANSI.c
index c7c3d83..421ae1f 100644
--- a/ANSI.c
+++ b/ANSI.c
@@ -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;
diff --git a/readme.txt b/readme.txt
index 812d90d..bdaec49 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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).
diff --git a/version.h b/version.h
index 427d656..032687d 100644
--- a/version.h
+++ b/version.h
@@ -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)