Skip to content

Commit

Permalink
Add CHANGES and version bump for 26.5
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macosforge.org/repository/darwinbuild/trunk@991 10a61168-4876-4dac-953b-31e694342555
  • Loading branch information
wsiegrist@apple.com committed Jan 16, 2012
1 parent cf6f3da commit 329794e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,5 +1,8 @@
Darwin Build Scripts Change History
-----------------------------------
Release 26.5 [29-Nov-2011]
- all: set correct INSTALL_PATH for iOS simulator

Release 26.4 [17-Nov-2011]
- darwintrace: files opened with fopen(3) are missing from trace log

Expand Down
2 changes: 1 addition & 1 deletion darwinup/main.cpp
Expand Up @@ -47,7 +47,7 @@

void usage(char* progname) {
fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname);
fprintf(stderr, "version: 25 \n");
fprintf(stderr, "version: 26.5 \n");
fprintf(stderr, " \n");
fprintf(stderr, "options: \n");
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
Expand Down

0 comments on commit 329794e

Please sign in to comment.