Skip to content

Commit

Permalink
bump protocol version for release ; new product guid
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgrieser committed Jan 25, 2018
1 parent 9fd2a8d commit 7808099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flow/Net2.actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ using namespace boost::asio::ip;
// These impact both communications and the deserialization of certain database and IKeyValueStore keys
// xyzdev
// vvvv
uint64_t currentProtocolVersion = 0x0FDB00A551030001LL;
uint64_t currentProtocolVersion = 0x0FDB00A551040001LL;
uint64_t compatibleProtocolVersionMask = 0xffffffffffff0000LL;
uint64_t minValidProtocolVersion = 0x0FDB00A200060001LL;

Expand Down
2 changes: 1 addition & 1 deletion packaging/msi/FDBInstaller.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Name='$(var.Title)'
Id='{89BEB6D6-A3E8-4BE5-879B-AA3F0735EF91}'
Id='{BA4EB17E-AB81-4D25-9BC5-9F912D1D9B96}'
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
Version='$(var.Version)'
Manufacturer='$(var.Manufacturer)'
Expand Down

0 comments on commit 7808099

Please sign in to comment.