]> git.saurik.com Git - cydia.git/blobdiff - version.sh
Only run the UIActivityIndicatorView animation while visible.
[cydia.git] / version.sh
index 2508390b7f5bb082a64dbdc18b82e1add5dadcb3..1e204f31389e4fbae9e71cffd5130c5dc2696097 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/bash
-ver=$(git describe --tags --dirty="+")
-ver=${ver#v}
-ver=${ver//-/.}
-echo "${ver}"
+echo -n "$(git describe --tags --dirty="+" --match="v*" | sed -e 's@-\([^-]*\)-\([^-]*\)$@+\1.\2@;s@^v@@')"
+grep '#define ForRelease 0' MobileCydia.mm &>/dev/null && echo -n '~srk'
+echo