Migrating VF pages with skuid:page to another org.

We’re moving VF pages with skuid:page from one org to another using the ANT migration tool.

We’re getting errors like this:

pages/CenterDefaults.page
-- Error: The specified Package Version number does not exist for that Package:
skuid, 7.5

It looks like the VF pages are expecting to find whatever version of skuid existed when the page was created in the source org. The target org only has 7.24.

Any good way around this?

If you have Skuid 7.24 in the Source Org, change the Skuid API Version on that page from 7.5 to 7.24

Yeah…Ok. I was hoping not to have to edit every page I want to migrate.