From 754479b17f1f16c47b938355b371a9d5880308a1 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Thu, 12 Sep 2013 22:46:22 +0200 Subject: [PATCH] Bump version string to 3.5.0b1 --- README.md | 12 ++++++------ Support/buildnumber.xcconfig | 2 +- docs/Changelog-template.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3f6a8466a2..efda4739fe 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Version 3.1.0b1 +## Version 3.5.0b1 -- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.1.0b1/docs/docs/Changelog.html) +- [Changelog](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Changelog.html) ## Introduction @@ -26,9 +26,9 @@ The main SDK class is `BITHockeyManager`. It initializes all modules and provide ## Installation & Setup -- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.1.0b1/docs/docs/Guide-Installation-Setup.html) (Recommended) -- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.1.0b1/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project) -- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.1.0b1/docs/docs/Guide-Migration-Kits.html) +- [Installation & Setup](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Installation-Setup.html) (Recommended) +- [Installation & Setup Advanced](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Installation-Setup-Advanced.html) (Using Git submodule and Xcode sub-project) +- [Migration from previous SDK Versions](http://www.hockeyapp.net/help/sdk/ios/3.5.0b1/docs/docs/Guide-Migration-Kits.html) - [Mac Desktop Uploader](http://support.hockeyapp.net/kb/how-tos/how-to-upload-to-hockeyapp-on-a-mac) @@ -42,4 +42,4 @@ This documentation provides integrated help in Xcode for all public APIs and a s 3. Copy the content into ~`/Library/Developer/Shared/Documentation/DocSet` -The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.1.0b1/](http://hockeyapp.net/help/sdk/ios/3.1.0b1/) +The documentation is also available via the following URL: [http://hockeyapp.net/help/sdk/ios/3.5.0b1/](http://hockeyapp.net/help/sdk/ios/3.5.0b1/) diff --git a/Support/buildnumber.xcconfig b/Support/buildnumber.xcconfig index 471460e970..ac14b0a6dc 100644 --- a/Support/buildnumber.xcconfig +++ b/Support/buildnumber.xcconfig @@ -1,5 +1,5 @@ #include "HockeySDK.xcconfig" BUILD_NUMBER = 17 -VERSION_STRING = 3.1.0b1 +VERSION_STRING = 3.5.0b1 GCC_PREPROCESSOR_DEFINITIONS = $(inherited) BITHOCKEY_VERSION="@\""$(VERSION_STRING)"\"" diff --git a/docs/Changelog-template.md b/docs/Changelog-template.md index f90c4d3223..cbf99ca5e7 100644 --- a/docs/Changelog-template.md +++ b/docs/Changelog-template.md @@ -1,4 +1,4 @@ -## Version 3.1.0 Beta 1 +## Version 3.5.0 Beta 1 - General