diff options
| -rw-r--r-- | apps/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c index fc72702..f4bb242 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -61,7 +61,7 @@ struct user_settings global_settings; char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */ -#define CONFIG_BLOCK_VERSION 4 +#define CONFIG_BLOCK_VERSION 5 #define CONFIG_BLOCK_SIZE 512 #define RTC_BLOCK_SIZE 44 |