#!/bin/bash
RELEASE=`svn info . | grep Revision | cut -f2 -d\ `
sed "s/CURRENT\_VERSION\_NUMBER/$RELEASE/g" Makefile.patch > Makefile.actual.patch
patch < Makefile.actual.patch


