-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest Unity and Post as release
- Loading branch information
1 parent
2b4f9b4
commit cb1ad78
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
216 | ||
217 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
2.4.5 | ||
2.4.6 | ||
|
Submodule unity
updated
10 files
+3 −1 | .travis.yml | |
+25 −8 | auto/generate_test_runner.rb | |
+80 −43 | docs/UnityConfigurationGuide.md | |
+15 −3 | docs/UnityHelperScriptsGuide.md | |
+1 −1 | release/build.info | |
+1 −1 | release/version.info | |
+43 −38 | src/unity.c | |
+111 −7 | src/unity.h | |
+87 −39 | src/unity_internals.h | |
+3 −1 | test/Makefile |