Skip to content

Commit ac59e03

Browse files
committed
Release 1.0.0.20190523
1 parent 1a89e70 commit ac59e03

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
clickhouse-odbc (1.0.0.20190409) unstable; urgency=low
1+
clickhouse-odbc (1.0.0.20190523) unstable; urgency=low
22

33
* Modified source code
44

driver/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ endif ()
3232
# not unicode char 1
3333
# unicode:
3434
# win wchar_t 2
35-
# iodbc LINUX wchar_t 2
36-
# iodbc APPLE wchar_t 4
35+
# iodbc LINUX wchar_t 4 wchar_t != TCHAR
36+
# iodbc APPLE wchar_t 4 wchar_t == TCHAR
3737
# unixodbc wchar_t 4 true == SQL_WCHART_CONVERT
3838
# unixodbc char16_t 2 false == SQL_WCHART_CONVERT
3939

driver/win/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#define VERSION_MAJOR 1
55
#define VERSION_MINOR 0
66
#define VERSION_PATCH 0
7-
#define VERSION_TWEAK 20190409
7+
#define VERSION_TWEAK 20190523
88
#define VERSION_EXTRA ""
99

1010

vs/installer32/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Product Id="$(var.PRODUCT_ID)"
3333
Name="$(var.PKGNAME)"
3434
Language="1033"
35-
Version="1.0.0.20190409"
35+
Version="1.0.0.20190523"
3636
Manufacturer="Yandex LLC"
3737
UpgradeCode="$(var.UPGRADE_ID)">
3838

vs/installer64/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Product Id="$(var.PRODUCT_ID)"
3333
Name="$(var.PKGNAME)"
3434
Language="1033"
35-
Version="1.0.0.20190409"
35+
Version="1.0.0.20190523"
3636
Manufacturer="Yandex LLC"
3737
UpgradeCode="$(var.UPGRADE_ID)">
3838

0 commit comments

Comments
 (0)