Skip to content

Commit

Permalink
release 4.3.5rc2: Release candidate 2 for 4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Jun 25, 2024
1 parent eff1f38 commit 3c720f2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Support for defining binary PSK for coap-client and coap-server.
* Added new define types for defining PKI parameters.
* Support for user definable ENGINE for OpenSSL.
* Support for using noTLS and TindyDTLS with WebSockets.
* Support for using noTLS and TinyDTLS with WebSockets.
* Additional scan-build and pre-commit checks in build tests.
* Updated CI build tests to use latest action versions.
* Fixes CVE-2023-35862.
Expand Down
4 changes: 2 additions & 2 deletions coap_config.h.contiki
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

#ifndef PACKAGE_STRING
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libcoap 4.3.5rc1"
#define PACKAGE_STRING "libcoap 4.3.5rc2"
#endif /* PACKAGE_STRING */

#ifndef PACKAGE_TARNAME
Expand All @@ -124,7 +124,7 @@

#ifndef PACKAGE_VERSION
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.3.5rc1"
#define PACKAGE_VERSION "4.3.5rc2"
#endif /* PACKAGE_VERSION */

#define WITH_CONTIKI 1
Expand Down
4 changes: 2 additions & 2 deletions coap_config.h.riot
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@

#ifndef PACKAGE_STRING
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libcoap 4.3.5rc1"
#define PACKAGE_STRING "libcoap 4.3.5rc2"
#endif /* PACKAGE_STRING */

#ifndef PACKAGE_TARNAME
Expand All @@ -377,7 +377,7 @@

#ifndef PACKAGE_VERSION
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.3.5rc1"
#define PACKAGE_VERSION "4.3.5rc2"
#endif /* PACKAGE_VERSION */

/* Define to 1 if you have the ANSI C header files. */
Expand Down
4 changes: 2 additions & 2 deletions coap_config.h.windows
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@

#ifndef PACKAGE_STRING
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libcoap 4.3.5rc1"
#define PACKAGE_STRING "libcoap 4.3.5rc2"
#endif /* PACKAGE_STRING */

#ifndef PACKAGE_TARNAME
Expand All @@ -179,7 +179,7 @@

#ifndef PACKAGE_VERSION
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.3.5rc1"
#define PACKAGE_VERSION "4.3.5rc2"
#endif /* PACKAGE_VERSION */

/* Define to 1 if you have the ANSI C header files. */
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ m4_define([libcoap_micro_version], [5])

# define an appending release state if needed, for example for pre-releases
# like 'alpha' or 'rc1', for a full release keep the value empty!
m4_define([libcoap_release_state], [rc1])
m4_define([libcoap_release_state], [rc2])

# Define the previous full libcoap software release version here.
# Used if libcoap_release_state is not empty for LIBCOAP_VERSION and LIBCOAP_PACKAGE_BASE.
Expand Down
4 changes: 2 additions & 2 deletions examples/lwip/config/coap_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

#ifndef PACKAGE_STRING
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "libcoap 4.3.5rc1"
#define PACKAGE_STRING "libcoap 4.3.5rc2"
#endif /* PACKAGE_STRING */

#ifndef PACKAGE_TARNAME
Expand All @@ -101,7 +101,7 @@

#ifndef PACKAGE_VERSION
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.3.5rc1"
#define PACKAGE_VERSION "4.3.5rc2"
#endif /* PACKAGE_VERSION */

#ifndef assert
Expand Down
4 changes: 2 additions & 2 deletions include/coap3/coap.h.riot
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
#define LIBCOAP_PACKAGE_NAME "libcoap"

/* Define the full name and version of libcoap. */
#define LIBCOAP_PACKAGE_STRING "libcoap 4.3.5rc1"
#define LIBCOAP_PACKAGE_STRING "libcoap 4.3.5rc2"

/* Define the home page for libcoap. */
#define LIBCOAP_PACKAGE_URL "https://libcoap.net/"

/* Define the version of libcoap this file belongs to. */
#define LIBCOAP_PACKAGE_VERSION "4.3.5rc1"
#define LIBCOAP_PACKAGE_VERSION "4.3.5rc2"

/* Define the numeric version identifier for libcoap */
#define LIBCOAP_VERSION (4003004U)
Expand Down
4 changes: 2 additions & 2 deletions include/coap3/coap.h.windows
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
#define LIBCOAP_PACKAGE_NAME "libcoap"

/* Define the full name and version of libcoap. */
#define LIBCOAP_PACKAGE_STRING "libcoap 4.3.5rc1"
#define LIBCOAP_PACKAGE_STRING "libcoap 4.3.5rc2"

/* Define the home page for libcoap. */
#define LIBCOAP_PACKAGE_URL "https://libcoap.net/"

/* Define the version of libcoap this file belongs to. */
#define LIBCOAP_PACKAGE_VERSION "4.3.5rc1"
#define LIBCOAP_PACKAGE_VERSION "4.3.5rc2"

/* Define the numeric version identifier for libcoap */
#define LIBCOAP_VERSION (4003004U)
Expand Down

0 comments on commit 3c720f2

Please sign in to comment.