projects
/
linux-2.6
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-block
[linux-2.6]
/
scripts
/
mkversion
Commit
Line
Data
1da177e4
LT
1
if [ ! -f .version ]
2
then
3
echo 1
4
else
5
expr 0`cat .version` + 1
6
fi