From 43b012f9645932fb9a90b68f0b774cf6121cbb65 Mon Sep 17 00:00:00 2001 From: Floris Bos Date: Mon, 31 Jan 2022 14:29:09 +0100 Subject: [PATCH] Update version / oslist url --- CMakeLists.txt | 6 +++--- config.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 214a9de..04499dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,9 @@ endif() project(rpi-imager LANGUAGES CXX C) set(IMAGER_VERSION_MAJOR 1) -set(IMAGER_VERSION_MINOR 6) -set(IMAGER_VERSION_STR "${IMAGER_VERSION_MAJOR}.${IMAGER_VERSION_MINOR}.3") -set(IMAGER_VERSION_CSV "${IMAGER_VERSION_MAJOR},${IMAGER_VERSION_MINOR},3,0") +set(IMAGER_VERSION_MINOR 7) +set(IMAGER_VERSION_STR "${IMAGER_VERSION_MAJOR}.${IMAGER_VERSION_MINOR}") +set(IMAGER_VERSION_CSV "${IMAGER_VERSION_MAJOR},${IMAGER_VERSION_MINOR},0,0") add_definitions(-DIMAGER_VERSION_STR="${IMAGER_VERSION_STR}") add_definitions(-DIMAGER_VERSION_CSV=${IMAGER_VERSION_CSV}) diff --git a/config.h b/config.h index 911f8c0..8154508 100644 --- a/config.h +++ b/config.h @@ -8,10 +8,10 @@ /* Repository URL */ -#define OSLIST_URL "https://downloads.raspberrypi.org/os_list_imagingutility_v2.json" +#define OSLIST_URL "https://downloads.raspberrypi.org/os_list_imagingutility_v3.json" /* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */ -#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v2.json?time_synchronization" +#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v3.json?time_synchronization" /* Phone home the name of images downloaded for image popularity ranking */ #define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"