Skip to content

Commit

Permalink
Anjay-esp32-client 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Kucmasz committed Nov 21, 2023
1 parent 6a6ef67 commit 83e5b99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 23.11 (November 21st, 2023)

### Improvements
- Updated Anjay version

## 23.09 (September 7th, 2023)

### BREAKING CHANGES
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 "23.09")
set(CLIENT_VERSION "23.11")
endif()
# Input and output files are extracted from parameters.
configure_file("${INPUT_FILE}" "${OUTPUT_FILE}" @ONLY)

0 comments on commit 83e5b99

Please sign in to comment.