summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 11:13:00 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 11:13:00 +0000
commit7731945238c19b201837c62816cb611a98904eb9 (patch)
tree37a30b4a74e428140edcff338ba1ff092ba991e8 /apps
parentf43216ff0bc6fdf7c2339aefc6c56be09249ce06 (diff)
downloadrockbox-7731945238c19b201837c62816cb611a98904eb9.tar.gz
rockbox-7731945238c19b201837c62816cb611a98904eb9.zip
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.c2
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;
78#include "pcm_playback.h" 78#include "pcm_playback.h"
79#endif 79#endif
80 80
81#define CONFIG_BLOCK_VERSION 26 81#define CONFIG_BLOCK_VERSION 27
82#define CONFIG_BLOCK_SIZE 512 82#define CONFIG_BLOCK_SIZE 512
83#define RTC_BLOCK_SIZE 44 83#define RTC_BLOCK_SIZE 44
84 84