Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 22, 2015
1 parent 4e407bb commit 9391b2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if you need **iOS Class Guard Pro** with more features [click here](#pro-version

Version
-----------
0.6
0.7

Do I need It?
-----------
Expand Down Expand Up @@ -96,7 +96,7 @@ https://github.com/Polidea/ios-class-guard-example/tree/master/SWTableViewCell-o
Command Line Options
-----------
```
ios-class-guard 0.6 (64 bit)
ios-class-guard 0.7 (64 bit)
Usage: ios-class-guard [options] <mach-o-file>
where options are:
Expand Down
2 changes: 1 addition & 1 deletion Source/CDClassDump.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#import "CDFile.h" // For CDArch

#define CLASS_DUMP_BASE_VERSION "0.6 (64 bit)"
#define CLASS_DUMP_BASE_VERSION "0.7 (64 bit) [based on class-dump 0.6]"

#ifdef DEBUG
#define CLASS_DUMP_VERSION CLASS_DUMP_BASE_VERSION " (Debug version compiled " __DATE__ " " __TIME__ ")"
Expand Down
2 changes: 1 addition & 1 deletion class-dump.m
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ int main(int argc, char *argv[])
}

if (shouldPrintVersion) {
printf("class-dump %s compiled %s\n", CLASS_DUMP_VERSION, __DATE__ " " __TIME__);
printf("ios-class-guard %s compiled %s\n", CLASS_DUMP_VERSION, __DATE__ " " __TIME__);
exit(0);
}

Expand Down

0 comments on commit 9391b2d

Please sign in to comment.