Filipe Sousa wrote: > STRING(REGEX REPLACE ".*Version ([0-9]+).*" "\\1" VERSION_STRING > "${CHICKEN_BANNER}") > Thanks! I got pretty close to that, but I was missing the .* bits. Cheers, Brandon Van Every