Skip to content

Commit

Permalink
version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aharren committed Nov 1, 2013
1 parent 7df083a commit b5dad44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LCLLogFile.h
Expand Up @@ -25,7 +25,7 @@

#define _LCLLOGFILE_VERSION_MAJOR 1
#define _LCLLOGFILE_VERSION_MINOR 2
#define _LCLLOGFILE_VERSION_BUILD 2
#define _LCLLOGFILE_VERSION_BUILD 3
#define _LCLLOGFILE_VERSION_SUFFIX ""

//
Expand Down
2 changes: 1 addition & 1 deletion devel/LogFile-Tests/LogFileTestsInformationTests.m
Expand Up @@ -45,7 +45,7 @@ - (void)testInformationVersion {
"." __lcl_version_to_string(_LCLLOGFILE_VERSION_BUILD)
"" _LCLLOGFILE_VERSION_SUFFIX;

STAssertEqualObjects(version, @"1.2.2", nil);
STAssertEqualObjects(version, @"1.2.3", nil);
}

@end
Expand Down

0 comments on commit b5dad44

Please sign in to comment.