Release preparation: removed dev tag from version and updated NOTICE and README file 

git-svn-id: https://svn.apache.org/repos/asf/chemistry/objectivecmis/trunk@1802822 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index 247d554..d3f42a7 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Chemistry ObjectiveCMIS
-Copyright 2012-2015 The Apache Software Foundation
+Copyright 2012-2017 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/ObjectiveCMIS/ObjectiveCMIS.xcconfig b/ObjectiveCMIS/ObjectiveCMIS.xcconfig
index 2ad5df0..224bf15 100644
--- a/ObjectiveCMIS/ObjectiveCMIS.xcconfig
+++ b/ObjectiveCMIS/ObjectiveCMIS.xcconfig
@@ -16,7 +16,7 @@
 // under the License.
 
 // Library version number
-OBJECTIVECMIS_VERSION=0.6-dev
+OBJECTIVECMIS_VERSION=0.6
 
 // Allow selected config variables to be accessible in code
 OTHER_CFLAGS=-DOBJECTIVECMIS_VERSION="@\"${OBJECTIVECMIS_VERSION}\""
diff --git a/README b/README
index 3c07521..a996274 100644
--- a/README
+++ b/README
@@ -19,8 +19,7 @@
 Minimum Requirements
 --------------------
 
-The library is making use of NSURLSession API for downloading content via HTTP.
-Therefore the library is compatible with iOS v7.0 SDK and OS X v10.9 SDK or later.
+The library is compatible with iOS v8.0 SDK and OS X v10.9 SDK or later.
 For development we recommend the latest available version of Xcode and
 iOS / Mac OSX SDKs.