From 068e20fd5284931f14869520dc7df25bc295ea0c Mon Sep 17 00:00:00 2001 From: Jason Zeng Date: Tue, 3 Oct 2017 11:21:25 -0700 Subject: [PATCH] Update version numbers to 2.5.2 --- ADAL.podspec | 2 +- ADAL/resources/ios/Framework/Info.plist | 2 +- ADAL/src/ADAL_Internal.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ADAL.podspec b/ADAL.podspec index 48f116fac..90cfb59c7 100644 --- a/ADAL.podspec +++ b/ADAL.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "ADAL" s.module_name = "ADAL" - s.version = "2.5.1" + s.version = "2.5.2" s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application" s.description = <<-DESC diff --git a/ADAL/resources/ios/Framework/Info.plist b/ADAL/resources/ios/Framework/Info.plist index e748238b2..a4213aa1d 100644 --- a/ADAL/resources/ios/Framework/Info.plist +++ b/ADAL/resources/ios/Framework/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.5.1 + 2.5.2 CFBundleSignature ???? CFBundleVersion diff --git a/ADAL/src/ADAL_Internal.h b/ADAL/src/ADAL_Internal.h index 69f250202..972168628 100644 --- a/ADAL/src/ADAL_Internal.h +++ b/ADAL/src/ADAL_Internal.h @@ -27,7 +27,7 @@ // through build script. Don't change its format unless changing build script as well.) #define ADAL_VER_HIGH 2 #define ADAL_VER_LOW 5 -#define ADAL_VER_PATCH 1 +#define ADAL_VER_PATCH 2 #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x)