Skip to content

Commit

Permalink
Release 2018-05-15
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed May 15, 2018
1 parent d6b6711 commit 0527969
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions driver/win/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_TWEAK 20180425
#define VERSION_TWEAK 20180515
#define VERSION_EXTRA ""
#define VERSION_STRING "2018-04-25"
#define VERSION_STRING "2018-05-15"
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.20180425"
Version="1.0.0.20180515"
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.20180425"
Version="1.0.0.20180515"
Manufacturer="Yandex LLC"
UpgradeCode="$(var.UPGRADE_ID)">

Expand Down

0 comments on commit 0527969

Please sign in to comment.