From 021d183eb0e0eb914308151c86a945d0bed86e4f Mon Sep 17 00:00:00 2001 From: YONG ZENG Date: Thu, 9 Jun 2016 22:27:04 -0700 Subject: [PATCH] change version number to 3.0.0-pre6 --- ADALiOS.podspec | 2 +- ADALiOS/ADALiOS/ADALiOS.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ADALiOS.podspec b/ADALiOS.podspec index 9b3184578..37042b4cd 100644 --- a/ADALiOS.podspec +++ b/ADALiOS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ADALiOS" - s.version = "3.0.0-pre5" + s.version = "3.0.0-pre6" 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/ADALiOS/ADALiOS/ADALiOS.h b/ADALiOS/ADALiOS/ADALiOS.h index 1d8d049a9..e6e45720a 100644 --- a/ADALiOS/ADALiOS/ADALiOS.h +++ b/ADALiOS/ADALiOS/ADALiOS.h @@ -26,8 +26,8 @@ #define STR_ADAL_VER_LOW "0" #define STR_ADAL_VER_PATCH "0" -#define ADAL_VERSION_STRING STR_ADAL_VER_HIGH "." STR_ADAL_VER_LOW "." STR_ADAL_VER_PATCH "-pre5" -#define ADAL_VERSION_NSSTRING @"" STR_ADAL_VER_HIGH "." STR_ADAL_VER_LOW "." STR_ADAL_VER_PATCH "-pre5" +#define ADAL_VERSION_STRING STR_ADAL_VER_HIGH "." STR_ADAL_VER_LOW "." STR_ADAL_VER_PATCH "-pre6" +#define ADAL_VERSION_NSSTRING @"" STR_ADAL_VER_HIGH "." STR_ADAL_VER_LOW "." STR_ADAL_VER_PATCH "-pre6" #import "ADLogger.h" #import "ADErrorCodes.h"