Files
motion/commit-version.sh
2016-08-17 18:42:14 -06:00

4 lines
80 B
Bash
Executable File

#!/bin/sh
SNV_VERSION=`git show -s --format=%h`
echo -n "3.4.1+git$SNV_VERSION"