Skip to content

Commit

Permalink
Release 2018-04-25
Browse files Browse the repository at this point in the history
  • Loading branch information
proller committed Apr 25, 2018
1 parent 5b7c9a8 commit 01bb97c
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 20180321
#define VERSION_TWEAK 20180425
#define VERSION_EXTRA ""
#define VERSION_STRING "2018-03-21"
#define VERSION_STRING "2018-04-25"
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.20180321"
Version="1.0.0.20180425"
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.20180321"
Version="1.0.0.20180425"
Manufacturer="Yandex LLC"
UpgradeCode="$(var.UPGRADE_ID)">

Expand Down

0 comments on commit 01bb97c

Please sign in to comment.