Little question on kCFCoreFoundationVersionNumber
Little question on kCFCoreFoundationVersionNumber
- Subject: Little question on kCFCoreFoundationVersionNumber
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 29 Sep 2003 17:54:08 +0200
In the next version of the OS, kCFCoreFoundationVersionNumber10_2 is
said to be 263.0.
When I'm printing kCFCoreFoundationVersionNumber under 10.2.8, I'm
getting:
263.5
Are all kCFCoreFoundationVersionNumber lesser than 264 for Mac OS X
10.2.x?
Or is this code ok to determine under 10.2 that you are running on
10.2.x or prior?
if (kCFCoreFoundationVersionNumber<264.0)
{
// < 10.3
}
because 10_1 was 226.0 and 10_1_2 was 227.2.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.