From 3ab935a1ada44ac8464e5680e42760f012bbdfe4 Mon Sep 17 00:00:00 2001 From: Jason Hood Date: Fri, 11 May 2018 22:14:50 +1000 Subject: [PATCH] Release v1.84 --- LICENSE.txt | 2 +- ansicon.c | 2 +- readme.txt | 6 +++--- version.h | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index eaaa56a..97410a0 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (C) 2005-2014 Jason Hood +Copyright (C) 2005-2018 Jason Hood This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages diff --git a/ansicon.c b/ansicon.c index 28db9b2..b3ec044 100644 --- a/ansicon.c +++ b/ansicon.c @@ -94,7 +94,7 @@ import the DLL. */ -#define PDATE L"10 May, 2018" +#define PDATE L"11 May, 2018" #include "ansicon.h" #include "version.h" diff --git a/readme.txt b/readme.txt index a39aee6..5e49874 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Copyright 2005-2018 Jason Hood - Version 1.84-wip. Freeware + Version 1.84. Freeware Description @@ -339,7 +339,7 @@ Version History Legend: + added, - bug-fixed, * changed. - 1.84-wip - 10 May, 2018: + 1.84 - 11 May, 2018: - close the flush handles on detach; - WriteFile wasn't properly testing if its handle was for a console; - use remote load on Win8+ if the process has no IAT; @@ -626,4 +626,4 @@ Distribution ========================= -Jason Hood, 10 May, 2018. +Jason Hood, 11 May, 2018. diff --git a/version.h b/version.h index 32ae50e..705ac7b 100644 --- a/version.h +++ b/version.h @@ -2,8 +2,8 @@ version.h - Version defines. */ -#define PVERS L"1.84-wip" // wide string -#define PVERSA "1.84-wip" // ANSI string (windres 2.16.91 didn't like L) +#define PVERS L"1.84" // wide string +#define PVERSA "1.84" // ANSI string (windres 2.16.91 didn't like L) #define PVERE L"184" // wide environment string #define PVEREA "184" // ANSI environment string #define PVERB 1,8,4,0 // binary (resource)