Modified: trunk/CHANGES (961 => 962)
--- trunk/CHANGES 2011-11-04 22:59:53 UTC (rev 961)
+++ trunk/CHANGES 2011-11-04 23:08:50 UTC (rev 962)
@@ -1,5 +1,8 @@
Darwin Build Scripts Change History
-----------------------------------
+Release 25 [4-Nov-2011]
+ - darwinup: support for rebuilding xpchelper cache
+
Release 24.1 [17-Jun-2011]
- Build fixes for newer compilers
Modified: trunk/darwinup/main.cpp (961 => 962)
--- trunk/darwinup/main.cpp 2011-11-04 22:59:53 UTC (rev 961)
+++ trunk/darwinup/main.cpp 2011-11-04 23:08:50 UTC (rev 962)
@@ -47,7 +47,7 @@
void usage(char* progname) {
fprintf(stderr, "usage: %s [-v] [-p DIR] [command] [args] \n", progname);
- fprintf(stderr, "version: 24.1 \n");
+ fprintf(stderr, "version: 25 \n");
fprintf(stderr, " \n");
fprintf(stderr, "options: \n");
#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1060