Skip to content

Commit

Permalink
project: Update for 3.6.15 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Sep 7, 2020
1 parent 9bf5685 commit 68bd1fa
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 @@ -57,13 +57,13 @@ extern "C" {
#endif
/* *INDENT-ON* */

#define GNUTLS_VERSION "3.6.14"
#define GNUTLS_VERSION "3.6.15"

#define GNUTLS_VERSION_MAJOR 3
#define GNUTLS_VERSION_MINOR 6
#define GNUTLS_VERSION_PATCH 14
#define GNUTLS_VERSION_PATCH 15

#define GNUTLS_VERSION_NUMBER 0x03060e
#define GNUTLS_VERSION_NUMBER 0x03060f

#define GNUTLS_CIPHER_RIJNDAEL_128_CBC GNUTLS_CIPHER_AES_128_CBC
#define GNUTLS_CIPHER_RIJNDAEL_256_CBC GNUTLS_CIPHER_AES_256_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.6.14"
#define PACKAGE_VERSION "3.6.15"

/* Version number of package */
#define VERSION "3.6.14"
#define VERSION "3.6.15"

0 comments on commit 68bd1fa

Please sign in to comment.