Skip to content

Commit

Permalink
version bump + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Dec 7, 2024
1 parent 5d1a30c commit b8b3a0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.2.2

- Replace forward slahes (`/`) in the serial number with `_` to fix factory calibration problems

## v0.2.1

First public release
2 changes: 1 addition & 1 deletion Software/LibreCAL-GUI/LibreCAL-GUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ windows{

REVISION = $$system(git rev-parse HEAD)
DEFINES += GITHASH=\\"\"$$REVISION\\"\"
DEFINES += FW_MAJOR=0 FW_MINOR=2 FW_PATCH=1 FW_SUFFIX=""#\\"\"-alpha.2\\"\"
DEFINES += FW_MAJOR=0 FW_MINOR=2 FW_PATCH=2 FW_SUFFIX=""#\\"\"-alpha.2\\"\"

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
Expand Down
2 changes: 1 addition & 1 deletion Software/LibreCAL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ target_include_directories(FreeRTOS PUBLIC
add_definitions(
-DFW_MAJOR=0
-DFW_MINOR=2
-DFW_PATCH=1
-DFW_PATCH=2
)

add_executable(LibreCAL
Expand Down

0 comments on commit b8b3a0e

Please sign in to comment.