Skip to content

Commit

Permalink
change version number to 3.0.0-pre6
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncoolmax committed Jun 10, 2016
1 parent 56bb8bd commit 021d183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ADALiOS.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions ADALiOS/ADALiOS/ADALiOS.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 021d183

Please sign in to comment.