]> git.saurik.com Git - cydia.git/blob - cfversion.mm
I think this made the dropbar almost work on iOS 7.
[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 }