From d4177eb14cc37095ae2cabdb5d908660e2434967 Mon Sep 17 00:00:00 2001 From: loudnl Date: Sun, 17 Nov 2024 20:12:49 +0100 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- src/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbe0af3..f204b38 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ set(PROJECT_NAME usbsidpico) set(PROJECT_MANUFACTURER "LouD") set(PROJECT_PRODUCT "USBSID-Pico") set(MAGIC_SMOKE "20241117") # DATEOFRELEASE -set(PROJECT_VERSION "0.2.1-BETA.${MAGIC_SMOKE}") # Must be the same as in config.h +set(PROJECT_VERSION "0.2.2-BETA.${MAGIC_SMOKE}") # Must be the same as in config.h ### Optimization and debugging SET(DEBUG_SYMBOLS 0) diff --git a/src/config.h b/src/config.h index 46e36f7..17ebf18 100644 --- a/src/config.h +++ b/src/config.h @@ -56,7 +56,7 @@ #define MAGIC_SMOKE 19700101 /* DATEOFRELEASE */ #endif #ifndef PROJECT_VERSION -#define PROJECT_VERSION "0.2.1-BETA.20241117" /* Must be the same as in CMakeLists.txt */ +#define PROJECT_VERSION "0.2.2-BETA.20241117" /* Must be the same as in CMakeLists.txt */ #endif #ifdef USE_RGB #define RGB_ENABLED true