From dab550b9e61e67b841d3efda89c1c49228d2ead8 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 28 Jul 2006 12:45:58 +0000 Subject: Bumped config block version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10353 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/settings.c b/apps/settings.c index b3623f233a..b6d84d53f7 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -94,7 +94,7 @@ const char rec_base_directory[] = REC_BASE_DIR; #include "dsp.h" #endif -#define CONFIG_BLOCK_VERSION 49 +#define CONFIG_BLOCK_VERSION 50 #define CONFIG_BLOCK_SIZE 512 #define RTC_BLOCK_SIZE 44 -- cgit