summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-06-21 13:47:04 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-06-21 13:47:04 +0000
commite6590f1259afe50241c79387cb6dab1ee7a599a0 (patch)
tree7b67457e97c4c4e715d22e963fb62efeb07b5004
parent3db9c833647a59edd1dc800808a2d404286e5ceb (diff)
downloadrockbox-e6590f1259afe50241c79387cb6dab1ee7a599a0.tar.gz
rockbox-e6590f1259afe50241c79387cb6dab1ee7a599a0.zip
Bumped the config block version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4783 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 5d71fac513..56f61eb9b7 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -71,7 +71,7 @@ char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
71char rec_base_directory[] = REC_BASE_DIR; 71char rec_base_directory[] = REC_BASE_DIR;
72 72
73 73
74#define CONFIG_BLOCK_VERSION 11 74#define CONFIG_BLOCK_VERSION 12
75#define CONFIG_BLOCK_SIZE 512 75#define CONFIG_BLOCK_SIZE 512
76#define RTC_BLOCK_SIZE 44 76#define RTC_BLOCK_SIZE 44
77 77