This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
linux-kernelorg-stable
Watch
1
Star
0
Fork
0
mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux.git
synced
2026-09-12 03:16:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1a076689cda8a1d623dcda170b2dc2b476cc6f1a
linux-kernelorg-stable
/
scripts
/
mkversion
T
7 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Linux-2.6.12-rc2
2005-04-16 15:20:36 -07:00
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi
Reference in New Issue
Copy Permalink