This commit is contained in:
kaleb-himes
2015-01-09 10:37:42 -07:00
parent 74749b2b6a
commit be35f0df47
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#
#
AC_INIT([wolfssl],[3.3.2],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
AC_INIT([wolfssl],[3.3.3],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[http://www.wolfssl.com])
AC_CONFIG_AUX_DIR([build-aux])
+2 -2
View File
@@ -30,8 +30,8 @@
extern "C" {
#endif
#define LIBWOLFSSL_VERSION_STRING "3.3.2"
#define LIBWOLFSSL_VERSION_HEX 0x03003002
#define LIBWOLFSSL_VERSION_STRING "3.3.3"
#define LIBWOLFSSL_VERSION_HEX 0x03003003
#ifdef __cplusplus
}
+1 -1
View File
@@ -5,6 +5,6 @@ includedir=${prefix}/include
Name: wolfssl
Description: wolfssl C library.
Version: 3.3.2
Version: 3.3.3
Libs: -L${libdir} -lwolfssl
Cflags: -I${includedir}
+2 -2
View File
@@ -26,8 +26,8 @@
extern "C" {
#endif
#define LIBWOLFSSL_VERSION_STRING "3.3.2"
#define LIBWOLFSSL_VERSION_HEX 0x03003002
#define LIBWOLFSSL_VERSION_STRING "3.3.3"
#define LIBWOLFSSL_VERSION_HEX 0x03003003
#ifdef __cplusplus
}