Blame view

scripts/mkversion 74 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
  if [ ! -f .version ]
  then
      echo 1
  else
      expr 0`cat .version` + 1
  fi