Revision: 826 http://trac.macosforge.org/projects/darwinbuild/changeset/826 Author: wsiegrist@apple.com Date: 2010-05-04 20:19:46 -0700 (Tue, 04 May 2010) Log Message: ----------- Changes and version bump for 18.1 Modified Paths: -------------- trunk/CHANGES trunk/darwinup/main.cpp Modified: trunk/CHANGES =================================================================== --- trunk/CHANGES 2010-05-04 21:58:29 UTC (rev 825) +++ trunk/CHANGES 2010-05-05 03:19:46 UTC (rev 826) @@ -1,6 +1,9 @@ Darwin Build Scripts Change History ----------------------------------- +Release 18.1 [04-May-2010] + - darwinup: fix release build issue + Release 18 [03-May-2010] - darwinup: fix bug which caused the uninstall half of upgrade to run when the install half failed Modified: trunk/darwinup/main.cpp =================================================================== --- trunk/darwinup/main.cpp 2010-05-04 21:58:29 UTC (rev 825) +++ trunk/darwinup/main.cpp 2010-05-05 03:19:46 UTC (rev 826) @@ -46,7 +46,7 @@ void usage(char* progname) { fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname); - fprintf(stderr, "version: 18 \n"); + fprintf(stderr, "version: 18.1 \n"); fprintf(stderr, " \n"); fprintf(stderr, "options: \n"); #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060