mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-17 12:40:38 +00:00
2630c6ea61
Small typo fix for manual Remove git dependency from version scripts.
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
#SNV_VERSION=`git show -s --format=%h`
|
|
echo -n "4.0.1"
|