Skip to content

Commit

Permalink
project: Update for 3.5.13 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Jun 11, 2017
1 parent f6555c5 commit 1372008
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.5.12"
#define GNUTLS_VERSION "3.5.13"

#define GNUTLS_VERSION_MAJOR 3
#define GNUTLS_VERSION_MINOR 5
#define GNUTLS_VERSION_PATCH 12
#define GNUTLS_VERSION_PATCH 13

#define GNUTLS_VERSION_NUMBER 0x03050c
#define GNUTLS_VERSION_NUMBER 0x03050d

#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.5.12"
#define PACKAGE_VERSION "3.5.13"

/* Version number of package */
#define VERSION "3.5.12"
#define VERSION "3.5.13"

0 comments on commit 1372008

Please sign in to comment.