mirror of
https://github.com/Motion-Project/motion.git
synced 2026-01-25 15:18:42 -05:00
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
SNV_VERSION=`git show -s --format=%h`
|
|
echo -n "4.0+git$SNV_VERSION"
|
|
|