]> git.saurik.com Git - cydia.git/blob - version.sh
Don't copy strings from APT when you can point to them.
[cydia.git] / version.sh
1 #!/bin/bash
2 git describe --tags --dirty="+" --match="v*" | sed -e 's@-\([^-]*\)-\([^-]*\)$@+\1.\2@;s@^v@@'