added script that prints the used paparazzi version using git describe

This commit is contained in:
Felix Ruess
2012-06-25 23:28:41 +02:00
parent d3a1ad3150
commit 3f25b4ec58
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
git describe --match "v[0-9].[0-9]*" --dirty --always