From dc7db231cbf084cce4e6062582aea30b533226f4 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Thu, 15 Nov 2012 15:27:43 +0100 Subject: [PATCH] Bump version to 3.0.0b3 Build 13 --- Support/buildnumber.xcconfig | 6 +++--- docs/Changelog-template.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index 7ff5ab2547..1b757ddc64 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -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\"" diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index 53ef8fb857..c187be9eff 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -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: