mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-22 23:17:00 -04:00
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
SNV_VERSION=`git show -s --format=%h`
|
|
echo -n "4.0+git$SNV_VERSION"
|