From 30d2bd608df7cfcbb166b82cbc09a65d991617d4 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Tue, 13 Nov 2018 16:51:46 +0000 Subject: [PATCH] Bump version to 3.0 Recommend full Raspbian install --- recovery/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recovery/config.h b/recovery/config.h index 60433881..ad6a64e5 100644 --- a/recovery/config.h +++ b/recovery/config.h @@ -2,7 +2,7 @@ #define CONFIG_H /* Version number displayed in the title bar */ -#define VERSION_NUMBER "2.9" +#define VERSION_NUMBER "3.0" /* Color of the background */ // #define BACKGROUND_COLOR Qt::white @@ -43,7 +43,7 @@ #define SETTINGS_PARTITION_SIZE (32 * 2048 - PARTITION_GAP) /* If the image name matches this exactly, mark it as recommended */ -#define RECOMMENDED_IMAGE "Raspbian" +#define RECOMMENDED_IMAGE "Raspbian Full" /* RiscOS magic */ #define RISCOS_OFFSET_KEY "riscos_offset"