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

Commit

Permalink
Bump version to 3.0
Browse files Browse the repository at this point in the history
Recommend full Raspbian install
  • Loading branch information
XECDesign committed Nov 13, 2018
1 parent 952ea0f commit 30d2bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recovery/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 30d2bd6

Please sign in to comment.