diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index 711d0b77..7de74009 100644 --- a/include/config.h +++ b/include/config.h @@ -28,7 +28,7 @@ /* Version string: */ // c = release, d = volatile github dev, e = experimental branch -#define VERSION "++2.65d" +#define VERSION "++2.66d" /****************************************************** * * @@ -234,7 +234,7 @@ /* Sync interval (every n havoc cycles): */ -#define SYNC_INTERVAL 5 +#define SYNC_INTERVAL 8 /* Output directory reuse grace period (minutes): */ @@ -397,6 +397,5 @@ // #define IGNORE_FINDS - #endif /* ! _HAVE_CONFIG_H */ |