Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit b20b2f7

Browse files
authored
OpenDistro Release 1.8.0.0 (#92)
1 parent f693952 commit b20b2f7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 2020-05-18, Version 1.8
2+
3+
### Features
4+
5+
* Feature[#81](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/82): Add Tableau connector source files
6+
7+
### Documentation
8+
9+
* [Add supported OS version in README.md](https://github.com/opendistro-for-elasticsearch/sql-odbc/pull/88)

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ set(INSTALL_SRC "${CMAKE_CURRENT_SOURCE_DIR}/installer")
7070
set(DSN_INSTALLER_SRC "${CMAKE_CURRENT_SOURCE_DIR}/DSNInstaller")
7171

7272
# ODBC Driver version
73-
set(DRIVER_PACKAGE_VERSION "1.7.0.0")
74-
set(DRIVER_PACKAGE_VERSION_COMMA_SEPARATED "1,7,0,0")
73+
set(DRIVER_PACKAGE_VERSION "1.8.0.0")
74+
set(DRIVER_PACKAGE_VERSION_COMMA_SEPARATED "1,8,0,0")
7575
add_compile_definitions( ES_ODBC_VERSION="${DRIVER_PACKAGE_VERSION}"
7676
# Comma separated version is required for odbc administrator's driver file.
7777
ES_ODBC_DRVFILE_VERSION=${DRIVER_PACKAGE_VERSION_COMMA_SEPARATED} )

0 commit comments

Comments
 (0)