diff options
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/env.c b/src/tools/env.c index 69be7c47..22ed7511 100644 --- a/src/tools/env.c +++ b/src/tools/env.c @@ -812,7 +812,7 @@ done: #else #error meh! #endif -#define DYNAREC_VERSION SET_VERSION(0, 0, 3) +#define DYNAREC_VERSION SET_VERSION(0, 0, 4) typedef struct DynaCacheHeader_s { char sign[10]; //"DynaCache\0" |