From 217c36ba8f1a2ff3d7591352dab481c39e69ea70 Mon Sep 17 00:00:00 2001 From: khizmax Date: Mon, 31 Jul 2017 10:41:47 +0300 Subject: [PATCH] ver 2.4.0 --- cds/version.h | 4 ++-- change.log | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cds/version.h b/cds/version.h index 2f02da41..9e8b8c37 100644 --- a/cds/version.h +++ b/cds/version.h @@ -33,14 +33,14 @@ // cds library version -#define CDS_VERSION 0x020300 +#define CDS_VERSION 0x020400 #define CDS_VERSION_MAJOR ((CDS_VERSION & 0xFF0000)>> 16) #define CDS_VERSION_MINOR ((CDS_VERSION & 0x00FF00) >> 8) #define CDS_VERSION_PATCH (CDS_VERSION & 0x0000FF) // CDS_VERSION == CDS_VERSION_MAJOR '.' CDS_VERSION_MINOR '.' CDS_VERSION_PATCH -#define CDS_VERSION_STRING "2.3.0" +#define CDS_VERSION_STRING "2.4.0" #endif // #ifndef CDSLIB_VERSION_H diff --git a/change.log b/change.log index 6951d97d..6fe15a4e 100644 --- a/change.log +++ b/change.log @@ -1,3 +1,5 @@ +2.4.0 + 2.3.0 31.07.2017 General release - Changed: cds::gc::HP is totally refactored: -- 2.34.1