Skip to content

Commit 83e5b99

Browse files
committed
Anjay-esp32-client 23.11
1 parent 6a6ef67 commit 83e5b99

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 23.11 (November 21st, 2023)
4+
5+
### Improvements
6+
- Updated Anjay version
7+
38
## 23.09 (September 7th, 2023)
49

510
### BREAKING CHANGES

main/generate_version.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always
1919
if(GIT_DESCRIBE_RESULT EQUAL 0)
2020
string(STRIP "${CLIENT_VERSION_S}" CLIENT_VERSION)
2121
else()
22-
set(CLIENT_VERSION "23.09")
22+
set(CLIENT_VERSION "23.11")
2323
endif()
2424
# Input and output files are extracted from parameters.
2525
configure_file("${INPUT_FILE}" "${OUTPUT_FILE}" @ONLY)

0 commit comments

Comments
 (0)