Skip to content

Commit

Permalink
Add CHANGES and version bump for 27.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macosforge.org/repository/darwinbuild/trunk@999 10a61168-4876-4dac-953b-31e694342555
  • Loading branch information
mwwa committed Jan 23, 2012
1 parent 6ed3bd3 commit 5a5d1f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Darwin Build Scripts Change History
-----------------------------------
Release 27 [23-Jan-2012]
- darwinup: Clear quarantine xattr from installed files.
- darwinup: Correctness fix for has_suffix.

Release 26.5 [29-Nov-2011]
- all: set correct INSTALL_PATH for iOS simulator

Expand Down
2 changes: 1 addition & 1 deletion darwinup/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

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

0 comments on commit 5a5d1f1

Please sign in to comment.