diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-08-30 11:13:00 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-08-30 11:13:00 +0000 |
commit | 7731945238c19b201837c62816cb611a98904eb9 (patch) | |
tree | 37a30b4a74e428140edcff338ba1ff092ba991e8 /apps | |
parent | f43216ff0bc6fdf7c2339aefc6c56be09249ce06 (diff) |
Bumped the config block version because of the removed line selector option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7424 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 70049b6217..f6c9d4f929 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -78,7 +78,7 @@ const char rec_base_directory[] = REC_BASE_DIR; #include "pcm_playback.h" #endif -#define CONFIG_BLOCK_VERSION 26 +#define CONFIG_BLOCK_VERSION 27 #define CONFIG_BLOCK_SIZE 512 #define RTC_BLOCK_SIZE 44 |