Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Pangrle committed Jul 18, 2016
1 parent 526e447 commit 6f7bd75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ADAL/src/ADAL_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
//version in static define until we identify a better place:
#define ADAL_VER_HIGH 2
#define ADAL_VER_LOW 2
#define ADAL_VER_PATCH 1
#define ADAL_VER_PATCH 2

#define STR_ADAL_VER_HIGH "2"
#define STR_ADAL_VER_LOW "2"
#define STR_ADAL_VER_PATCH "1"
#define STR_ADAL_VER_PATCH "2"

// Framework versions only support high and low for the double value, sadly.
#define ADAL_VERSION_NUMBER 2.2
Expand All @@ -40,7 +40,7 @@
#define ADAL_VERSION_(high, low, patch) adalVersion_ ## high ## _ ## low ## _ ## patch

// This is specially crafted so the name of the variable matches the full ADAL version
#define ADAL_VERSION_VAR ADAL_VERSION_(2, 2, 1)
#define ADAL_VERSION_VAR ADAL_VERSION_(2, 2, 2)

#import "ADLogger+Internal.h"
#import "ADErrorCodes.h"
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 2.2.2 (07.18.2016)
-------------
* Fixed a newly-uncovered issue where ADAL could not get the application's code signing Team ID while the device is locked. (#698)

Version 2.2.1 (06.30.2015)
-------------
* Added support for iOS 9's -application:openURL:options: method (#662)
Expand Down

0 comments on commit 6f7bd75

Please sign in to comment.