From 8d636a4ef5dae48f2660fbe8f9a8a1a74859ec39 Mon Sep 17 00:00:00 2001 From: Arkadiy Shapkin Date: Mon, 29 Apr 2013 03:45:23 +0400 Subject: [PATCH] Version changed to 2.3 --- CHANGES.txt | 7 ++++++- setup/version.h | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 192bc06b..f5a06015 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,13 @@ -Visual Leak Detector (VLD) Version 2.2.3 +Visual Leak Detector (VLD) Version 2.3.0 Change Log / Release Notes +2.3 (29 April 2013) +---------------------------- + Enhancements: + + Windows 8 support added. + 2.2.3 (15 Febrary 2012) ---------------------------- Enhancements: diff --git a/setup/version.h b/setup/version.h index df110df7..9abdad05 100644 --- a/setup/version.h +++ b/setup/version.h @@ -1,9 +1,9 @@ -#define VLDVERSION L"2.2.3" -#define VERSION_NUMBER 2,2,3,0 -#define VERSION_STRING "2.2.3.0" +#define VLDVERSION L"2.3" +#define VERSION_NUMBER 2,3,0,0 +#define VERSION_STRING "2.3.0.0" #define VERSION_COPYRIGHT "Copyright (C) 2005-2013" #ifndef __FILE__ -!define VLD_VERSION "2.2.3" // NSIS Script +!define VLD_VERSION "2.3" // NSIS Script #endif