Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
araker committed Mar 14, 2012
2 parents 5d60750 + 2d4d0b3 commit 0a4f828
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,6 @@
version 1.1-beta2b 14-Mar-2012
. [FIX] CCUtils: missing method declaration

version 1.1-beta2 12-Mar-2012 version 1.1-beta2 12-Mar-2012
. [NEW] v2.0 forward ported changes: . [NEW] v2.0 forward ported changes:
LabelBMFont: added setFntFile method LabelBMFont: added setFntFile method
Expand Down
2 changes: 1 addition & 1 deletion cocos2d/Support/CCFileUtils.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
Only available on iOS. Not supported on OS X. Only available on iOS. Not supported on OS X.
*/ */
+(BOOL) iPadFileExistsAtPath:(NSString*)filename; +(BOOL) iPadRetinaDisplayFileExistsAtPath:(NSString*)filename;


/** Returns whether or not a given path exists with the iPhone RetinaDisplay suffix. /** Returns whether or not a given path exists with the iPhone RetinaDisplay suffix.
Only available on iOS. Not supported on OS X. Only available on iOS. Not supported on OS X.
Expand Down
2 changes: 1 addition & 1 deletion cocos2d/cocos2d.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


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


NSString *cocos2dVersion() NSString *cocos2dVersion()
{ {
Expand Down

0 comments on commit 0a4f828

Please sign in to comment.