Files
motion/git-commit-version.sh
Angel Carpintero 734155f358 Fix http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2011x10x05x071936
Improve Git hash for configure.in
2011-10-22 18:59:01 +02:00

6 lines
77 B
Bash
Executable File

#!/bin/sh
SNV_VERSION=`git show -s --format=%H`
echo -n "Git-$SNV_VERSION"