Release v1.84

This commit is contained in:
Jason Hood 2018-05-11 22:14:50 +10:00
parent 6a9039b051
commit 3ab935a1ad
4 changed files with 7 additions and 7 deletions

View File

@ -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 This software is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for any damages warranty. In no event will the author be held liable for any damages

View File

@ -94,7 +94,7 @@
import the DLL. import the DLL.
*/ */
#define PDATE L"10 May, 2018" #define PDATE L"11 May, 2018"
#include "ansicon.h" #include "ansicon.h"
#include "version.h" #include "version.h"

View File

@ -3,7 +3,7 @@
Copyright 2005-2018 Jason Hood Copyright 2005-2018 Jason Hood
Version 1.84-wip. Freeware Version 1.84. Freeware
Description Description
@ -339,7 +339,7 @@ Version History
Legend: + added, - bug-fixed, * changed. Legend: + added, - bug-fixed, * changed.
1.84-wip - 10 May, 2018: 1.84 - 11 May, 2018:
- close the flush handles on detach; - close the flush handles on detach;
- WriteFile wasn't properly testing if its handle was for a console; - WriteFile wasn't properly testing if its handle was for a console;
- use remote load on Win8+ if the process has no IAT; - 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.

View File

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