PDA

View Full Version : running 10.1.4 but About This Mac shows 10.1.1 still


jg167
04-19-2002, 12:40 AM
I upgraded my 10.1.1 sys with the 10.1.3 combo upgrade, all went fine.
The startup panel shows that 10.1.3 for that disk but About This Mac still
says 10.1.1 . Now I upgrade to 10.1.4, this time with the update control panel, all again goes fine (so it knows that I was running 10.1.3 since 10.1.4 won't install otherwise) but ATM still shows 10.1.1 . So it does not seem
to make a difference, but I'm curious as to what is going on. I have another
X Server system and mirroed the upgrade order, and its ATM shows 10.1.4 as
expected. What gives?

mervTormel
04-19-2002, 01:17 AM
the file "/System/Library/CoreServices/SystemVersion.plist"

contains the sys version data that 'about this mac...' queries:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>ProductBuildVersion</key>
<string>5Q125</string>
<key>ProductName</key>
<string>Mac OS X</string>
<key>ProductVersion</key>
<string>10.1.4</string>
</dict>
</plist>

don't know why yours is fractured.

jg167
04-19-2002, 01:27 AM
Welcome to Darwin!
[chico:~] jrg% cat /System/Library/CoreServices/SystemVersion.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>ProductBuildVersion</key>
<string>5Q125</string>
<key>ProductName</key>
<string>Mac OS X</string>
<key>ProductVersion</key>
<string>10.1.4</string>
</dict>
</plist>
[chico:~] jrg%

OK, am I imagining this... check ATM again, indeed it shows 10.1.4 . wait.
boy that was odd. (it really WAS off, and after a reboot). oh well. thanks!