Skip to content

Commit 5eb7dbe

Browse files
committed
version number increase + changelog
1 parent d320dbb commit 5eb7dbe

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.2.3
4+
5+
- minor error recovery improvements for USB connection problems
6+
- add option to write factory coefficients (either from file or from server)
7+
- format partition when deleting factory coefficients
8+
39
## v0.2.2
410

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

Software/LibreCAL-GUI/LibreCAL-GUI.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ windows{
6161

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

6666
# Default rules for deployment.
6767
qnx: target.path = /tmp/$${TARGET}/bin

Software/LibreCAL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target_include_directories(FreeRTOS PUBLIC
3232
add_definitions(
3333
-DFW_MAJOR=0
3434
-DFW_MINOR=2
35-
-DFW_PATCH=2
35+
-DFW_PATCH=3
3636
)
3737

3838
add_executable(LibreCAL

0 commit comments

Comments
 (0)