From b1bb610cba285cc76554650231ccea1695451daa Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 17 May 2003 20:06:56 +0000 Subject: Bumped the config block version, this forces a reset of the settings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3677 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index fc72702b71..f4bb2427a4 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 -- cgit v1.2.3