Skip to content

Commit 09323dc

Browse files
authored
bump version for release (#1179)
* bump version for stable release
1 parent 834f5a1 commit 09323dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sources/Adapters/adv/Core/Src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ __attribute__((section(".firmware_info"))) __attribute__((used))
4444
const firmware_info_t firmware_info = {
4545
.magic = 0xC0D31355,
4646
.length = 0, // placeholder, filled post-link
47-
.version = 0x62020203, // type, major, minor, patch
47+
.version = 0x72020200, // type, major, minor, patch
4848
// (type: 0x62: beta, debug: 0x64, 0x72: release)
4949
.crc32 = 0, // placeholder, filled post-link
5050
.type = 0x00006677 // Only two types: "fw" 0x00006677 or "boot" 0x626f6f74

sources/Application/Model/Project.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "Foundation/Variables/VariableContainer.h"
2020
#include "Song.h"
2121

22-
#define PROJECT_NUMBER "2.2-RC3"
22+
#define PROJECT_NUMBER "2.2.0"
2323
#define PROJECT_RELEASE "r"
2424
// BUILD_COUNT define comes from BuildNumber.h
2525

0 commit comments

Comments
 (0)