Skip to content

Commit

Permalink
project: Update for 3.8.3 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Apr 6, 2024
1 parent f203571 commit 23b07fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions SMP/gnutls/gnutls.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ typedef SSIZE_T ssize_t;
extern "C" {
#endif

#define GNUTLS_VERSION "3.8.2"
#define GNUTLS_VERSION "3.8.3"

/* clang-format off */
#define GNUTLS_VERSION_MAJOR 3
#define GNUTLS_VERSION_MINOR 8
#define GNUTLS_VERSION_PATCH 2
#define GNUTLS_VERSION_PATCH 3

#define GNUTLS_VERSION_NUMBER 0x030802
#define GNUTLS_VERSION_NUMBER 0x030803
/* clang-format on */

#define GNUTLS_CIPHER_RIJNDAEL_128_CBC GNUTLS_CIPHER_AES_128_CBC
Expand Down
4 changes: 2 additions & 2 deletions SMP/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Define to the version of this package. */
#define PACKAGE_VERSION "3.8.2"
#define PACKAGE_VERSION "3.8.3"

/* Version number of package */
#define VERSION "3.8.2"
#define VERSION "3.8.3"

0 comments on commit 23b07fd

Please sign in to comment.