From 5d88cfad8ac085702ecf2028d1b3103b3024edfb Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Tue, 18 Jul 2017 08:45:19 -0400 Subject: [PATCH 1/2] Bump versions post d15-4 branch --- Make.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.config b/Make.config index e4984e822596..ef731da49b4d 100644 --- a/Make.config +++ b/Make.config @@ -40,7 +40,7 @@ IOS_PRODUCT=Xamarin.iOS IOS_PACKAGE_NAME=Xamarin.iOS IOS_PACKAGE_NAME_LOWER=$(shell echo $(IOS_PACKAGE_NAME) | tr "[:upper:]" "[:lower:]") # NEVER customize IOS_PACKAGE_VERSION itself, other parts (mtouch, web updater) are using the IOS_PACKAGE_VERSION_* variables -IOS_PACKAGE_VERSION=10.13.0.$(IOS_COMMIT_DISTANCE) +IOS_PACKAGE_VERSION=10.15.0.$(IOS_COMMIT_DISTANCE) IOS_PACKAGE_VERSION_MAJOR=$(word 1, $(subst ., ,$(IOS_PACKAGE_VERSION))) IOS_PACKAGE_VERSION_MINOR=$(word 2, $(subst ., ,$(IOS_PACKAGE_VERSION))) IOS_PACKAGE_VERSION_REV=$(word 3, $(subst ., ,$(IOS_PACKAGE_VERSION))) @@ -248,7 +248,7 @@ MAC_PRODUCT=Xamarin.Mac MAC_PACKAGE_NAME=xamarin.mac MAC_PACKAGE_NAME_LOWER=$(shell echo $(MAC_PACKAGE_NAME) | tr "[:upper:]" "[:lower:]") -MAC_PACKAGE_VERSION=3.7.0.$(MAC_COMMIT_DISTANCE) +MAC_PACKAGE_VERSION=3.8.0.$(MAC_COMMIT_DISTANCE) MAC_PACKAGE_VERSION_MAJOR=$(word 1, $(subst ., ,$(MAC_PACKAGE_VERSION))) MAC_PACKAGE_VERSION_MINOR=$(word 2, $(subst ., ,$(MAC_PACKAGE_VERSION))) MAC_PACKAGE_VERSION_REV=$(word 3, $(subst ., ,$(MAC_PACKAGE_VERSION))) From 9e7982fc199b5a81ae4f8ba7a8573fb8b66bf971 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Tue, 18 Jul 2017 10:31:47 -0400 Subject: [PATCH 2/2] Fix XM version (3.9) --- Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.config b/Make.config index ef731da49b4d..1d6a3d8798f8 100644 --- a/Make.config +++ b/Make.config @@ -248,7 +248,7 @@ MAC_PRODUCT=Xamarin.Mac MAC_PACKAGE_NAME=xamarin.mac MAC_PACKAGE_NAME_LOWER=$(shell echo $(MAC_PACKAGE_NAME) | tr "[:upper:]" "[:lower:]") -MAC_PACKAGE_VERSION=3.8.0.$(MAC_COMMIT_DISTANCE) +MAC_PACKAGE_VERSION=3.9.0.$(MAC_COMMIT_DISTANCE) MAC_PACKAGE_VERSION_MAJOR=$(word 1, $(subst ., ,$(MAC_PACKAGE_VERSION))) MAC_PACKAGE_VERSION_MINOR=$(word 2, $(subst ., ,$(MAC_PACKAGE_VERSION))) MAC_PACKAGE_VERSION_REV=$(word 3, $(subst ., ,$(MAC_PACKAGE_VERSION)))