From a38f3623da6145f5a448c1965eea32d11cf26ed4 Mon Sep 17 00:00:00 2001 From: Israel Soto Date: Thu, 18 Feb 2016 14:57:20 -0600 Subject: [PATCH] [facebookios] Updated to version 4.10.0 --- facebookios/README.md | 2 +- facebookios/binding/Makefile | 4 ++-- facebookios/binding/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/facebookios/README.md b/facebookios/README.md index 4966d463..00d5b403 100644 --- a/facebookios/README.md +++ b/facebookios/README.md @@ -1,7 +1,7 @@ facebook ======== -These are bindings to the native Facebook SDK for iOS, currently we bind version 4.8.0. +These are bindings to the native Facebook SDK for iOS, currently we bind version 4.10.0. Using ===== diff --git a/facebookios/binding/Makefile b/facebookios/binding/Makefile index 2fab7e1b..a8567aa5 100644 --- a/facebookios/binding/Makefile +++ b/facebookios/binding/Makefile @@ -1,6 +1,6 @@ MONOXBUILD=/Library/Frameworks/Mono.framework/Commands/xbuild -DATE=20160115 -VERSION=4.9.1 +DATE=20160210 +VERSION=4.10.0 all: Facebook-Unified.dll diff --git a/facebookios/binding/Properties/AssemblyInfo.cs b/facebookios/binding/Properties/AssemblyInfo.cs index e0fe77d4..8feb036b 100644 --- a/facebookios/binding/Properties/AssemblyInfo.cs +++ b/facebookios/binding/Properties/AssemblyInfo.cs @@ -25,7 +25,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("4.9.1.0")] +[assembly: AssemblyVersion ("4.10.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.