S. Teuber wrote: > > As a workaround, why don't you split the version by dots? > list($major, $minor, $whatever) = explode('.', $TYPO_VERSION); I could if the naming scheme of this variable is consideed part of the API, i.e. won't change for future versions. Don't know if this is true. Masi