summaryrefslogtreecommitdiff
path: root/svn_commit.sh
blob: 1441474afff2edefa98af867d39f6775b6421838 (plain)
1
2
3
4
5
#!/bin/sh
svn up
REVIZE=$(( `svn info | grep Revision |awk -F ': ' '{print $2}'` + 1 ))
echo "#define TUXANCI_NG_VERSION \"svn${REVIZE}\"" > config.h
svn ci