Skip to content

Commit e639c44

Browse files
authored
Merge pull request apple#3717 from etschannen/post-release-cleanup-6.3.5
Post release cleanup 6.3.5
2 parents fcd59ae + 8e94e03 commit e639c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# limitations under the License.
1919
cmake_minimum_required(VERSION 3.13)
2020
project(foundationdb
21-
VERSION 6.3.5
21+
VERSION 6.3.6
2222
DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions."
2323
HOMEPAGE_URL "http://www.foundationdb.org/"
2424
LANGUAGES C CXX ASM)

packaging/msi/FDBInstaller.wxs

+1-1
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='{409BDCD0-ECF7-4CCA-A3F9-EEEAF0C79A42}'
35+
Id='{707FC06F-9954-4A7E-AC9C-A52C99AE776D}'
3636
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
3737
Version='$(var.Version)'
3838
Manufacturer='$(var.Manufacturer)'

0 commit comments

Comments
 (0)