Revision
947
Author
wsiegrist@apple.com
Date
2011-06-17 10:10:45 -0700 (Fri, 17 Jun 2011)

Log Message

Version bump.

Modified Paths

Diff

Modified: branches/PR-9297813/CHANGES (946 => 947)


--- branches/PR-9297813/CHANGES	2011-06-16 22:38:16 UTC (rev 946)
+++ branches/PR-9297813/CHANGES	2011-06-17 17:10:45 UTC (rev 947)
@@ -1,5 +1,8 @@
 Darwin Build Scripts Change History
 -----------------------------------
+Release 24.1 [17-Jun-2011]
+	- Build fixes for newer compilers
+
 Release 24 [10-Feb-2011]
 	- darwinup: fix uninstall build-check safety
 	- darwinup: remove unprebinding support

Modified: branches/PR-9297813/darwinup/main.cpp (946 => 947)


--- branches/PR-9297813/darwinup/main.cpp	2011-06-16 22:38:16 UTC (rev 946)
+++ branches/PR-9297813/darwinup/main.cpp	2011-06-17 17:10:45 UTC (rev 947)
@@ -47,7 +47,7 @@
 
 void usage(char* progname) {
 	fprintf(stderr, "usage:    %s [-v] [-p DIR] [command] [args]          \n", progname);
-	fprintf(stderr, "version: 24                                                    \n");
+	fprintf(stderr, "version: 24.1                                                  \n");
 	fprintf(stderr, "                                                               \n");
 	fprintf(stderr, "options:                                                       \n");
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060