diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-11 07:03:55 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-11 07:03:55 -0800 |
commit | 3d45bad15ac9a3bee8d6aa3ffa9f0bc3c6a480fd (patch) | |
tree | 09413db652c1045743951acabd95eed6d933b341 /Version.mm | |
parent | 24e12629ee1fa2c705128132bac182b7c8c216c1 (diff) |
Separate out Version.mm: faster compile.
Diffstat (limited to 'Version.mm')
-rw-r--r-- | Version.mm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Version.mm b/Version.mm new file mode 100644 index 0000000..83f5982 --- /dev/null +++ b/Version.mm @@ -0,0 +1,3 @@ +#include <Foundation/Foundation.h> +#include "Version.h" +NSString *Cydia_ = @ CYDIA_VERSION; |