Skip to content

Commit

Permalink
Release 1.0.0.20190611
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Jun 11, 2019
1 parent 2b553fb commit 240ac0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.20190523) unstable; urgency=low
clickhouse-odbc (1.0.0.20190611) unstable; urgency=low

* Modified source code

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 20190523
#define VERSION_TWEAK 20190611
#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.20190523"
Version="1.0.0.20190611"
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.20190523"
Version="1.0.0.20190611"
Manufacturer="Yandex LLC"
UpgradeCode="$(var.UPGRADE_ID)">

Expand Down

0 comments on commit 240ac0f

Please sign in to comment.