diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-05-17 20:06:56 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-05-17 20:06:56 +0000 |
| commit | b1bb610cba285cc76554650231ccea1695451daa (patch) | |
| tree | 49157002517c324dcf15ee42a8afbadd2156fc22 /apps | |
| parent | 52c4c82b5c2272a0052de8af6ecb6fa47ed794b2 (diff) | |
| download | rockbox-b1bb610cba285cc76554650231ccea1695451daa.zip rockbox-b1bb610cba285cc76554650231ccea1695451daa.tar.gz rockbox-b1bb610cba285cc76554650231ccea1695451daa.tar.bz2 rockbox-b1bb610cba285cc76554650231ccea1695451daa.tar.xz | |
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
Diffstat (limited to 'apps')
| -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 |