Ben Copsey

I still have this xcode cruft in my project folder, so I'll leave these in

@@ -7,4 +7,5 @@ build @@ -7,4 +7,5 @@ build
7 *tmproj 7 *tmproj
8 .DS_Store 8 .DS_Store
9 profile 9 profile
10 - 10 +*.pbxuser
  11 +*.mode1v3
@@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
23 23
24 24
25 // Automatically set on build 25 // Automatically set on build
26 -NSString *ASIHTTPRequestVersion = @"v1.7-40 2010-08-18"; 26 +NSString *ASIHTTPRequestVersion = @"v1.7-42 2010-08-18";
27 27
28 NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain"; 28 NSString* const NetworkRequestErrorDomain = @"ASIHTTPRequestErrorDomain";
29 29