If you have the ISO's you can mount them on loop devices, and browse the contained filesystem:
Code:
# as root, probably
mount -t iso9660 -o loop=/dev/loop0 yourCentOS.iso /your/mount/point
From there, you should be able to inspect the various software versions.
--- rod.