Skip to content

Commit 17ecca3

Browse files
committed
Release 1.0.0.20180903
1 parent d337b77 commit 17ecca3

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.20180822) unstable; urgency=low
1+
clickhouse-odbc (1.0.0.20180903) 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 20180822
7+
#define VERSION_TWEAK 20180903
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.20180822"
35+
Version="1.0.0.20180903"
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.20180822"
35+
Version="1.0.0.20180903"
3636
Manufacturer="Yandex LLC"
3737
UpgradeCode="$(var.UPGRADE_ID)">
3838

0 commit comments

Comments
 (0)