]> git.saurik.com Git - winterboard.git/blob - version.sh
On iOS 9 sometimes they do not bother using names.
[winterboard.git] / version.sh
1 #!/bin/bash
2 git describe --tags --dirty="+" --match="v*" | sed -e 's@-\([^-]*\)-\([^-]*\)$@+\1.\2@;s@^v@@'