Modified: trunk/extract.sh (142 => 143)
--- trunk/extract.sh 2006-09-12 03:59:36 UTC (rev 142)
+++ trunk/extract.sh 2006-09-12 04:17:11 UTC (rev 143)
@@ -98,7 +98,7 @@
set +e
-INTERACTIVE=1
+INTERACTIVE=0
echo "Applying patches"
for p in ${PATCHFILES}; do
dir=`dirname $p`
Modified: trunk/files/libstuff/apple_version.c (142 => 143)
--- trunk/files/libstuff/apple_version.c 2006-09-12 03:59:36 UTC (rev 142)
+++ trunk/files/libstuff/apple_version.c 2006-09-12 04:17:11 UTC (rev 143)
@@ -3,4 +3,5 @@
#endif
const char apple_version[]= PACKAGE_NAME "-" PACKAGE_VERSION;
+const double ld64VersionNumber = 59.2;
const char ld64VersionString[]= "@(#)PROGRAM:ld64 PROJECT:" PACKAGE_NAME "-" PACKAGE_VERSION "\n";