Skip to content

Commit a9b798f

Browse files
committed
Release 8.7.0
1 parent c3e3188 commit a9b798f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

DXFeed.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; The following line has the only difference between release and debug versions of DXFeed lib
22
LIBRARY DXFeed
3-
VERSION 8.6
3+
VERSION 8.7
44
EXPORTS
55
dxf_create_connection
66
dxf_create_connection_auth_basic

DXFeed_64.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; The following line has the only difference between release and debug versions of DXFeed lib
22
LIBRARY DXFeed_64
3-
VERSION 8.6
3+
VERSION 8.7
44
EXPORTS
55
dxf_create_connection
66
dxf_create_connection_auth_basic

DXFeedd.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; The following line has the only difference between release and debug versions of DXFeed lib
22
LIBRARY DXFeedd
3-
VERSION 8.6
3+
VERSION 8.7
44
EXPORTS
55
dxf_create_connection
66
dxf_create_connection_auth_basic

DXFeedd_64.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; The following line has the only difference between release and debug versions of DXFeed lib
22
LIBRARY DXFeedd_64
3-
VERSION 8.6
3+
VERSION 8.7
44
EXPORTS
55
dxf_create_connection
66
dxf_create_connection_auth_basic

src/Version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
#define DX_TO_STRING(x) DX_STRINGIFY(x)
2828

2929
#define DX_VERSION_MAJOR 8
30-
#define DX_VERSION_MINOR 6
31-
#define DX_VERSION_PATCH 3
30+
#define DX_VERSION_MINOR 7
31+
#define DX_VERSION_PATCH 0
3232

3333
#define DX_VER_FILE_VERSION DX_VERSION_MAJOR, DX_VERSION_MINOR, DX_VERSION_PATCH
3434
#define DX_VER_FILE_VERSION_STR DX_TO_STRING(DX_VERSION_MAJOR.DX_VERSION_MINOR.DX_VERSION_PATCH)
@@ -46,7 +46,7 @@
4646
#define DX_VER_LEGAL_COPYRIGHT "Copyright (C) 2010-2021 Devexperts LLC"
4747
#define DX_VER_PRODUCT_NAME "dxFeed C API framework"
4848

49-
#define DX_LIBRARY_VERSION L"DXFeed.cpp v 8.6.3 (c) Devexperts LLC"
49+
#define DX_LIBRARY_VERSION L"DXFeed.cpp v 8.7.0 (c) Devexperts LLC"
5050

5151
extern dxf_const_string_t DX_LIBRARY_OPTIONS;
5252

0 commit comments

Comments
 (0)