mirror of
https://github.com/Motion-Project/motion.git
synced 2026-01-02 03:48:22 -05:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SNV_VERSION=`git show -s --format=%h`
|
|
echo -n "3.4.1+git$SNV_VERSION"
|
|
|