diff --git a/README.md b/README.md index 44885bd1..626912b9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Changelog + added * fixed -Changes in 1.18.2 (30 Aug 2017) +Changes in 1.18.2 (29 Sep 2017) ! Display an error dialog when seeking settings of an undefined tab. ! Detect if ConsoleZ is hooked (ConsoleHook/ConsoleHook32). @@ -50,6 +50,7 @@ Changes in 1.18.2 (30 Aug 2017) * Fix sliders in transparency settings dialog. * Refresh tab title when last process ID attached to the console changes. * Fix bing image copyright displayed into status bar. + * Fix external command saving into settings file. Changes in 1.18.1 (27 Mar 2017) diff --git a/shared/version.h b/shared/version.h index 46a06485..7c452cb4 100644 --- a/shared/version.h +++ b/shared/version.h @@ -3,13 +3,13 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 18 #define VERSION_BUILD 2 -#define VERSION_BUILD2 17256 -#define VERSION_FILE "1.18.2.17256" -#define VERSION_PRODUCT "1.18.2.17256 beta" +#define VERSION_BUILD2 17272 +#define VERSION_FILE "1.18.2.17272" +#define VERSION_PRODUCT "1.18.2.17272" #define VERSION_COPYRIGHT "Copyright (C) 2011-2017 Bucher Christophe" #ifndef _WIN32 -VERSION = 1.18.2.17256 +VERSION = 1.18.2.17272 #endif