Skip to content

Commit

Permalink
version changed to v1.1.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Aug 3, 2011
1 parent cf6ceee commit a9691cf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version 1.1 - XX-Ago-2011

version 1.0.1 - 28-July-2011
. [FIX] All: Implicit atomic properties converted to nonatomic
. [FIX] All: Removed deprected code
Expand Down
4 changes: 2 additions & 2 deletions cocos2d/cocos2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
*/

// 0x00 HI ME LO
// 00 01 00 01
#define COCOS2D_VERSION 0x00010001
// 00 01 01 00
#define COCOS2D_VERSION 0x00010100

#import <Availability.h>

Expand Down
2 changes: 1 addition & 1 deletion cocos2d/cocos2d.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#import <Foundation/Foundation.h>
#import "cocos2d.h"
static NSString *version = @"cocos2d v1.0.1";
static NSString *version = @"cocos2d v1.1.0-pre";

NSString *cocos2dVersion()
{
Expand Down
2 changes: 1 addition & 1 deletion doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = "cocos2d for iPhone"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.0.1
PROJECT_NUMBER = 1.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
2 changes: 1 addition & 1 deletion install-templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo 'cocos2d-iphone template installer'

COCOS2D_VER='cocos2d 1.0.1'
COCOS2D_VER='cocos2d 1.1.0'
BASE_TEMPLATE_DIR="/Library/Application Support/Developer/Shared/Xcode"
BASE_TEMPLATE_USER_DIR="$HOME/Library/Application Support/Developer/Shared/Xcode"
SCRIPT_DIR=$(dirname $0)
Expand Down

0 comments on commit a9691cf

Please sign in to comment.