Use the replace command;
Backup all your dns records first
CODE
cp -r /var/named/ /var/named.backup
Execute;
CODE
cd /var/named
replace admin.oldaddress. admin.newaddress. -- /var/named/*
I haven't tested it but it should work. You may want to test it on a few files first to make sure it works as expected.