class Raykit::Version

def self.sync_file_versions(source_filename,destination_filename)

def self.sync_file_versions(source_filename,destination_filename)
    version = Version.detect_from_file(source_filename,/<Version>([-\w\d.]+)</,false)
    Version.set_version_in_file(destination_filename,version)
end