Skip to content

Commit 793ed81

Browse files
committed
Update ADAL_Internal.h
Remove beta from version string
1 parent ab0f8df commit 793ed81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ADAL/src/ADAL_Internal.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
// Framework versions only support high and low for the double value, sadly.
3535
#define ADAL_VERSION_NUMBER 2.1
3636

37-
#define ADAL_VERSION_STRING STR_ADAL_VER_HIGH "." STR_ADAL_VER_LOW "." STR_ADAL_VER_PATCH "-beta.5"
38-
#define ADAL_VERSION_NSSTRING @"" STR_ADAL_VER_HIGH "." STR_ADAL_VER_LOW "." STR_ADAL_VER_PATCH "-beta.5"
37+
#define ADAL_VERSION_STRING STR_ADAL_VER_HIGH "." STR_ADAL_VER_LOW "." STR_ADAL_VER_PATCH
38+
#define ADAL_VERSION_NSSTRING @"" STR_ADAL_VER_HIGH "." STR_ADAL_VER_LOW "." STR_ADAL_VER_PATCH
3939

40-
#define ADAL_VERSION_(high, low, patch, addl) adalVersion_ ## high ## _ ## low ## _ ## patch ## _ ## addl
40+
#define ADAL_VERSION_(high, low, patch) adalVersion_ ## high ## _ ## low ## _ ## patch
4141

4242
// This is specially crafted so the name of the variable matches the full ADAL version
43-
#define ADAL_VERSION_VAR ADAL_VERSION_(2, 1, 0, beta5)
43+
#define ADAL_VERSION_VAR ADAL_VERSION_(2, 1, 0)
4444

4545
#import "ADLogger+Internal.h"
4646
#import "ADErrorCodes.h"

0 commit comments

Comments
 (0)