We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6ef67 commit 83e5b99Copy full SHA for 83e5b99
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 23.11 (November 21st, 2023)
4
+
5
+### Improvements
6
+- Updated Anjay version
7
8
## 23.09 (September 7th, 2023)
9
10
### BREAKING CHANGES
main/generate_version.cmake
@@ -19,7 +19,7 @@ execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags --always
19
if(GIT_DESCRIBE_RESULT EQUAL 0)
20
string(STRIP "${CLIENT_VERSION_S}" CLIENT_VERSION)
21
else()
22
- set(CLIENT_VERSION "23.09")
+ set(CLIENT_VERSION "23.11")
23
endif()
24
# Input and output files are extracted from parameters.
25
configure_file("${INPUT_FILE}" "${OUTPUT_FILE}" @ONLY)
0 commit comments