Skip to content

Commit 14f5876

Browse files
committed
Release 1.0.0.20180822
1 parent 049bc08 commit 14f5876

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.20180816) unstable; urgency=low
1+
clickhouse-odbc (1.0.0.20180822) unstable; urgency=low
22

33
* Modified source code
44

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 20180816
7+
#define VERSION_TWEAK 20180822
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.20180816"
35+
Version="1.0.0.20180822"
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.20180816"
35+
Version="1.0.0.20180822"
3636
Manufacturer="Yandex LLC"
3737
UpgradeCode="$(var.UPGRADE_ID)">
3838

0 commit comments

Comments
 (0)