This website requires JavaScript.
Explore
Help
Register
Sign In
OpenSDV
/
linux-stable-rt
Watch
1
Star
0
Fork
You've already forked linux-stable-rt
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e90f659021
linux-stable-rt
/
scripts
/
mkversion
7 lines
74 B
Plaintext
Raw
Blame
History
if [ ! -f .version ]
then
echo 1
else
expr 0`cat .version` + 1
fi
Reference in New Issue
View Git Blame
Copy Permalink