Bump version to 3.0.0b3 Build 13

This commit is contained in:
Andreas Linde
2012-11-15 15:27:43 +01:00
parent 89cc537350
commit dc7db231cb
2 changed files with 14 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#include "HockeySDK.xcconfig"
BUILD_NUMBER = 12
VERSION_STRING = 3.0.0b2
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b2\""
BUILD_NUMBER = 13
VERSION_STRING = 3.0.0b3
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\"3.0.0b3\""

View File

@@ -1,3 +1,14 @@
### Version 3.0.0b3
- General:
- [BUGFIX] Exchange some more prefixes of TTTAttributedLabel class that have been missed out
- [BUGFIX] Fix some new compiler warnings
- Crash Reporting:
- [BUGFIX] Format timestamp in crash report to be always UTC in en_US locale
### Version 3.0.0b2
- General: