From 819a303a79eaef4c55dcf2e03e1a247dcd97af82 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Fri, 9 Jan 2015 10:08:43 -0700 Subject: [PATCH] version update --- cyassl/version.h | 4 ++-- support/wolfssl.pc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cyassl/version.h b/cyassl/version.h index 3286278e7..48ea6ef8b 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -30,8 +30,8 @@ extern "C" { #endif -#define LIBWOLFSSL_VERSION_STRING "3.3.0" -#define LIBWOLFSSL_VERSION_HEX 0x03003000 +#define LIBWOLFSSL_VERSION_STRING "3.3.2" +#define LIBWOLFSSL_VERSION_HEX 0x03003002 #ifdef __cplusplus } diff --git a/support/wolfssl.pc b/support/wolfssl.pc index 8532cbed3..07fda4e9e 100644 --- a/support/wolfssl.pc +++ b/support/wolfssl.pc @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: wolfssl Description: wolfssl C library. -Version: 3.3.0 +Version: 3.3.2 Libs: -L${libdir} -lwolfssl Cflags: -I${includedir}