Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LouDnl committed Nov 9, 2024
1 parent 0c2e536 commit 216875e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ cmake_minimum_required(VERSION 3.17)

### Project
set(PROJECT_NAME usbsidpico)
set(PROJECT_VERSION "0.2.0-BETA.20241017") # Must be the same as in config.h
set(MAGIC_SMOKE "20241017") # DATEOFRELEASE
set(PROJECT_VERSION "0.2.1-BETA.20241109") # Must be the same as in config.h
set(MAGIC_SMOKE "20241109") # DATEOFRELEASE

### Optimization and debugging
SET(DEBUG_SYMBOLS 0)
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
/* Config constants */
#define FLASH_TARGET_OFFSET (PICO_FLASH_SIZE_BYTES - FLASH_SECTOR_SIZE)
#define CONFIG_SIZE (FLASH_SECTOR_SIZE / 4) /* 1024 Bytes */
#define PROJECT_VERSION "0.2.0-BETA.20241017"
#define PROJECT_VERSION "0.2.1-BETA.20241109"
/* Compile time variable settings */
#ifndef MAGIC_SMOKE
#define MAGIC_SMOKE 19700101 /* DATEOFRELEASE */
Expand Down

0 comments on commit 216875e

Please sign in to comment.