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

Log Message

Version bump for 24.1

Modified Paths

Diff

Modified: trunk/CHANGES (950 => 951)


--- trunk/CHANGES	2011-06-17 17:26:48 UTC (rev 950)
+++ trunk/CHANGES	2011-06-17 17:28:28 UTC (rev 951)
@@ -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: trunk/darwinup/main.cpp (950 => 951)


--- trunk/darwinup/main.cpp	2011-06-17 17:26:48 UTC (rev 950)
+++ trunk/darwinup/main.cpp	2011-06-17 17:28:28 UTC (rev 951)
@@ -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