Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
diederich committed Feb 3, 2012
1 parent fde2dfd commit d4e81b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Three20Core/Sources/Three20Version.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

/*! \mainpage Three20 API Documentation
*
* Generated from Three20 Release <a href="http://three20.info/roadmap/1.0.10">1.0.10</a>.
* Generated from Three20 Release <a href="http://three20.info/roadmap/1.0.11">1.0.11</a>.
*/
NSString* const Three20Version = @"1.0.10";
NSString* const Three20Version = @"1.0.11";
2 changes: 1 addition & 1 deletion src/Three20Core/UnitTests/CoreGlobalTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ - (void)testThree20Versioning {
@"The latest major version has not been updated correctly.");
STAssertEquals([Three20 minorVersion], 0,
@"The latest minor version has not been updated correctly.");
STAssertEquals([Three20 bugfixVersion], 10,
STAssertEquals([Three20 bugfixVersion], 11,
@"The latest bugfix version has not been updated correctly.");
STAssertEquals([Three20 hotfixVersion], 0,
@"The latest hotfix version has not been updated correctly.");
Expand Down

0 comments on commit d4e81b4

Please sign in to comment.