Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LouDnl committed Nov 17, 2024
1 parent 86485bb commit d4177eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4177eb

Please sign in to comment.