]> git.saurik.com Git - cydia.git/blob - cfversion.mm
This new code only works if the button is loading.
[cydia.git] / cfversion.mm
1 #include <CoreFoundation/CoreFoundation.h>
2 #include <cstdio>
3
4 int main() {
5 printf("%.2f\n", kCFCoreFoundationVersionNumber);
6 return 0;
7 }