diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-25 13:49:51 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:20 -0800 |
commit | f9ba524a8e333388da0d3be1ca70240340a2b32b (patch) | |
tree | 7b9d739bdedaf85a714e5872de10319b52012df6 /MobileCydia.mm | |
parent | e324d1edab22ed45e38aaf028b1af51460892151 (diff) |
Fix version number update for hardcoding.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index da8ef75..0b4b56e 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -125,8 +125,6 @@ extern "C" { #include "SDURLCache/SDURLCache.h" #include "substrate.h" - -#include "Version.h" /* }}} */ /* Profiler {{{ */ @@ -208,6 +206,8 @@ void PrintTimes() { while (false); \ [_pool release]; +#define Cydia_ CYDIA_VERSION + #define lprintf(args...) fprintf(stderr, args) #define ForRelease 1 |