Skip to content

Commit 62758fb

Browse files
committed
Release 7.1.0
1 parent e662b90 commit 62758fb

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

DXFeed.def

Lines changed: 2 additions & 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 7.0
3+
VERSION 7.1
44
EXPORTS
55
dxf_create_connection
66
dxf_create_connection_auth_basic
@@ -64,3 +64,4 @@ EXPORTS
6464
dxf_load_config_from_wstring
6565
dxf_load_config_from_string
6666
dxf_load_config_from_file
67+
dxf_set_on_server_heartbeat_notifier

DXFeed_64.def

Lines changed: 2 additions & 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 7.0
3+
VERSION 7.1
44
EXPORTS
55
dxf_create_connection
66
dxf_create_connection_auth_basic
@@ -64,3 +64,4 @@ EXPORTS
6464
dxf_load_config_from_wstring
6565
dxf_load_config_from_string
6666
dxf_load_config_from_file
67+
dxf_set_on_server_heartbeat_notifier

DXFeedd.def

Lines changed: 2 additions & 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 7.0
3+
VERSION 7.1
44
EXPORTS
55
dxf_create_connection
66
dxf_create_connection_auth_basic
@@ -64,3 +64,4 @@ EXPORTS
6464
dxf_load_config_from_wstring
6565
dxf_load_config_from_string
6666
dxf_load_config_from_file
67+
dxf_set_on_server_heartbeat_notifier

DXFeedd_64.def

Lines changed: 2 additions & 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 7.0
3+
VERSION 7.1
44
EXPORTS
55
dxf_create_connection
66
dxf_create_connection_auth_basic
@@ -64,3 +64,4 @@ EXPORTS
6464
dxf_load_config_from_wstring
6565
dxf_load_config_from_string
6666
dxf_load_config_from_file
67+
dxf_set_on_server_heartbeat_notifier

src/Version.h

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

2929
#define DX_VERSION_MAJOR 7
30-
#define DX_VERSION_MINOR 0
30+
#define DX_VERSION_MINOR 1
3131
#define DX_VERSION_PATCH 0
3232

3333
#define DX_VER_FILE_VERSION 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"
4848

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

5151
extern dxf_const_string_t DX_LIBRARY_OPTIONS;
5252

0 commit comments

Comments
 (0)