Skip to content

Commit 0583ec9

Browse files
committed
Release 1.0.0.20180814
1 parent 7e6f0a5 commit 0583ec9

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

0 commit comments

Comments
 (0)