Skip to content

Commit

Permalink
adding version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Goldman authored and Brent Goldman committed Oct 3, 2009
1 parent 4581202 commit 5fb6e9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FBConnect/FBConnectGlobal.h
Expand Up @@ -19,6 +19,10 @@

///////////////////////////////////////////////////////////////////////////////////////////////////

extern const NSString* kFB_SDK_VersionNumber;

///////////////////////////////////////////////////////////////////////////////////////////////////

#ifdef DEBUG
#define FBLOG
#define FBLOG2
Expand Down
2 changes: 2 additions & 0 deletions src/FBConnectGlobal.m
Expand Up @@ -16,6 +16,8 @@

#import "FBConnect/FBConnectGlobal.h"

const NSString* kFB_SDK_VersionNumber = @"iphone/1.0.1";

///////////////////////////////////////////////////////////////////////////////////////////////////
// private

Expand Down

0 comments on commit 5fb6e9a

Please sign in to comment.