Skip to content

Commit

Permalink
version number increase + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Feb 19, 2025
1 parent d320dbb commit 5eb7dbe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.3

- minor error recovery improvements for USB connection problems
- add option to write factory coefficients (either from file or from server)
- format partition when deleting factory coefficients

## v0.2.2

- Replace forward slahes (`/`) in the serial number with `_` to fix factory calibration problems
Expand Down
2 changes: 1 addition & 1 deletion Software/LibreCAL-GUI/LibreCAL-GUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ windows{

REVISION = $$system(git rev-parse HEAD)
DEFINES += GITHASH=\\"\"$$REVISION\\"\"
DEFINES += FW_MAJOR=0 FW_MINOR=2 FW_PATCH=2 FW_SUFFIX=""#\\"\"-alpha.2\\"\"
DEFINES += FW_MAJOR=0 FW_MINOR=2 FW_PATCH=3 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=2
-DFW_PATCH=3
)

add_executable(LibreCAL
Expand Down

0 comments on commit 5eb7dbe

Please sign in to comment.