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

6 lines
82 B
Bash
Executable File

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