Revision b8cbce5791a2009d0a74e1c4ae56ad9ceddd20dd authored by Felix Ruess on 06 July 2012, 13:49:49 UTC, committed by Felix Ruess on 06 July 2012, 13:49:49 UTC
1 parent 5e7aa06
Raw File
paparazzi_git_version
#!/bin/sh
git describe --match "v[0-9].[0-9]*" --dirty --always
back to top