version update

This commit is contained in:
kaleb-himes
2015-01-09 10:08:43 -07:00
parent 9af457f8c3
commit 819a303a79
2 changed files with 3 additions and 3 deletions

View File

@ -30,8 +30,8 @@
extern "C" { extern "C" {
#endif #endif
#define LIBWOLFSSL_VERSION_STRING "3.3.0" #define LIBWOLFSSL_VERSION_STRING "3.3.2"
#define LIBWOLFSSL_VERSION_HEX 0x03003000 #define LIBWOLFSSL_VERSION_HEX 0x03003002
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@ -5,6 +5,6 @@ includedir=${prefix}/include
Name: wolfssl Name: wolfssl
Description: wolfssl C library. Description: wolfssl C library.
Version: 3.3.0 Version: 3.3.2
Libs: -L${libdir} -lwolfssl Libs: -L${libdir} -lwolfssl
Cflags: -I${includedir} Cflags: -I${includedir}