From 67de1d3d9be8ba0c3644680f2c70ea48230270ca Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 1 Apr 2006 13:36:33 +0000 Subject: Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 a1c6a512-1295-4272-9138-f99709370657 --- apps/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/language.h') diff --git a/apps/language.h b/apps/language.h index aa8f1c99fe..dff34fab7a 100644 --- a/apps/language.h +++ b/apps/language.h @@ -22,7 +22,7 @@ /* both these must match the two initial bytes in the binary lang file */ #define LANGUAGE_COOKIE 0x1a -#define LANGUAGE_VERSION 0x02 +#define LANGUAGE_VERSION 0x03 /* Initialize language array with the builtin strings */ void lang_init(void); -- cgit v1.2.3