#!/usr/bin/perl -w -i -p BEGIN { chomp($v=`cat VERSION`) } /^VERSION=/ && s,=.*,=$v,;