Skip to content

Commit

Permalink
Anjay-esp32-client 24.02.1
Browse files Browse the repository at this point in the history
Improvements
- Updated Anjay version
  • Loading branch information
JZimnol committed Feb 20, 2024
1 parent ae2bdc9 commit 47fb403
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 24.02.1 (February 20th, 2024)

### Improvements
- Updated Anjay version

## 24.02 (February 8th, 2024)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion main/generate_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always
if(GIT_DESCRIBE_RESULT EQUAL 0)
string(STRIP "${CLIENT_VERSION_S}" CLIENT_VERSION)
else()
set(CLIENT_VERSION "24.02")
set(CLIENT_VERSION "24.02.1")
endif()
# Input and output files are extracted from parameters.
configure_file("${INPUT_FILE}" "${OUTPUT_FILE}" @ONLY)

0 comments on commit 47fb403

Please sign in to comment.