Modified: trunk/CHANGES (825 => 826)
--- 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 (825 => 826)
--- 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