.. and missing '}' for last commit

This commit is contained in:
Lukasz Forynski 2013-12-17 14:58:23 +00:00
parent 2b5f88496c
commit 010d5e4c9a
4 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
![catch logo](catch-logo-small.png) ![catch logo](catch-logo-small.png)
*v1.0 build 25 (master branch)* *v1.0 build 26 (master branch)*
Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch) Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch)

View File

@ -163,7 +163,7 @@ int main (int argc, char * const argv[]) {
#endif #endif
return result; return result;
}
#endif // __OBJC__ #endif // __OBJC__

View File

@ -13,7 +13,7 @@
namespace Catch { namespace Catch {
// These numbers are maintained by a script // These numbers are maintained by a script
Version libraryVersion( 1, 0, 25, "master" ); Version libraryVersion( 1, 0, 26, "master" );
} }
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED #endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED

View File

@ -1,6 +1,6 @@
/* /*
* CATCH v1.0 build 25 (master branch) * CATCH v1.0 build 26 (master branch)
* Generated: 2013-12-17 14:51:52.643587 * Generated: 2013-12-17 14:56:48.216156
* ---------------------------------------------------------- * ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly * This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@ -6166,7 +6166,7 @@ namespace Catch {
namespace Catch { namespace Catch {
// These numbers are maintained by a script // These numbers are maintained by a script
Version libraryVersion( 1, 0, 25, "master" ); Version libraryVersion( 1, 0, 26, "master" );
} }
// #included from: catch_text.hpp // #included from: catch_text.hpp
@ -8057,6 +8057,7 @@ int main (int argc, char * const argv[]) {
#endif #endif
return result; return result;
}
#endif // __OBJC__ #endif // __OBJC__