Bump version string to 3.5.0b1

This commit is contained in:
Andreas Linde 2013-09-12 22:46:22 +02:00
parent 51f44c7124
commit 754479b17f
3 changed files with 8 additions and 8 deletions

View File

@ -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/)

View File

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

View File

@ -1,4 +1,4 @@
## Version 3.1.0 Beta 1
## Version 3.5.0 Beta 1
- General