Skip to content

Commit 7808099

Browse files
committed
bump protocol version for release ; new product guid
1 parent 9fd2a8d commit 7808099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flow/Net2.actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ using namespace boost::asio::ip;
5151
// These impact both communications and the deserialization of certain database and IKeyValueStore keys
5252
// xyzdev
5353
// vvvv
54-
uint64_t currentProtocolVersion = 0x0FDB00A551030001LL;
54+
uint64_t currentProtocolVersion = 0x0FDB00A551040001LL;
5555
uint64_t compatibleProtocolVersionMask = 0xffffffffffff0000LL;
5656
uint64_t minValidProtocolVersion = 0x0FDB00A200060001LL;
5757

packaging/msi/FDBInstaller.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

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

0 commit comments

Comments
 (0)