Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 30d2bd6

Browse files
committed
Bump version to 3.0
Recommend full Raspbian install
1 parent 952ea0f commit 30d2bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recovery/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define CONFIG_H
33

44
/* Version number displayed in the title bar */
5-
#define VERSION_NUMBER "2.9"
5+
#define VERSION_NUMBER "3.0"
66

77
/* Color of the background */
88
// #define BACKGROUND_COLOR Qt::white
@@ -43,7 +43,7 @@
4343
#define SETTINGS_PARTITION_SIZE (32 * 2048 - PARTITION_GAP)
4444

4545
/* If the image name matches this exactly, mark it as recommended */
46-
#define RECOMMENDED_IMAGE "Raspbian"
46+
#define RECOMMENDED_IMAGE "Raspbian Full"
4747

4848
/* RiscOS magic */
4949
#define RISCOS_OFFSET_KEY "riscos_offset"

0 commit comments

Comments
 (0)