Bump version to 2.5.3

This commit is contained in:
Andreas Linde 2012-09-21 22:20:31 +02:00
parent 80317fa538
commit 544e599eb3
2 changed files with 9 additions and 3 deletions

View File

@ -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:

View File

@ -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\""