Skip to content

Commit

Permalink
Release 1.0.0.20190523
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed May 23, 2019
1 parent 1a89e70 commit ac59e03
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clickhouse-odbc (1.0.0.20190409) unstable; urgency=low
clickhouse-odbc (1.0.0.20190523) unstable; urgency=low

* Modified source code

Expand Down
4 changes: 2 additions & 2 deletions driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ endif ()
# not unicode char 1
# unicode:
# win wchar_t 2
# iodbc LINUX wchar_t 2
# iodbc APPLE wchar_t 4
# iodbc LINUX wchar_t 4 wchar_t != TCHAR
# iodbc APPLE wchar_t 4 wchar_t == TCHAR
# unixodbc wchar_t 4 true == SQL_WCHART_CONVERT
# unixodbc char16_t 2 false == SQL_WCHART_CONVERT

Expand Down
2 changes: 1 addition & 1 deletion driver/win/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_TWEAK 20190409
#define VERSION_TWEAK 20190523
#define VERSION_EXTRA ""


Expand Down
2 changes: 1 addition & 1 deletion vs/installer32/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Product Id="$(var.PRODUCT_ID)"
Name="$(var.PKGNAME)"
Language="1033"
Version="1.0.0.20190409"
Version="1.0.0.20190523"
Manufacturer="Yandex LLC"
UpgradeCode="$(var.UPGRADE_ID)">

Expand Down
2 changes: 1 addition & 1 deletion vs/installer64/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<Product Id="$(var.PRODUCT_ID)"
Name="$(var.PKGNAME)"
Language="1033"
Version="1.0.0.20190409"
Version="1.0.0.20190523"
Manufacturer="Yandex LLC"
UpgradeCode="$(var.UPGRADE_ID)">

Expand Down

0 comments on commit ac59e03

Please sign in to comment.