File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ PROJECT_NAME = coreHTTP
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER = v3.1.1
51+ PROJECT_NUMBER = v3.1.2
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11name : " coreHTTP"
2- version : " v3.1.1+ "
2+ version : " v3.1.2 "
33description :
44 " Client implementation of the HTTP/1.1 specification for embedded devices."
55license : " MIT"
Original file line number Diff line number Diff line change 4646 * If HTTP_LIBRARY_VERSION ends with + it represents the version in development
4747 * after the numbered release.
4848 */
49- #define HTTP_LIBRARY_VERSION "v3.1.1+ "
49+ #define HTTP_LIBRARY_VERSION "v3.1.2 "
5050/** @endcond */
5151
5252/* HTTP_DO_NOT_USE_CUSTOM_CONFIG allows building the HTTP Client library
You can’t perform that action at this time.
0 commit comments