From 544e599eb3eed621bcbbc72e49f9026bae1dc56e Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Fri, 21 Sep 2012 22:20:31 +0200 Subject: [PATCH] Bump version to 2.5.3 --- README.md | 6 ++++++ Support/buildnumber.xcconfig | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c5c8147a2..2da1fa8bff 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ This documentation provides integrated help in Xcode for all public APIs and a s ## Changelog +### Version 2.5.3 + +- General: + + - Fix checking validity of live identifier not working correctly + ### Version 2.5.2 - General: diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index 26565c7557..578f418940 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,3 +1,3 @@ -BUILD_NUMBER = 4 -VERSION_STRING = 2.5.2 -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.2\"" +BUILD_NUMBER = 5 +VERSION_STRING = 2.5.3 +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"2.5.3\""