version update

pull/32/head
kaleb-himes 2016-11-24 08:49:17 -07:00
parent 4c71c1e89b
commit d42a176965
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@
extern "C" {
#endif
#define LIBWOLFSSL_VERSION_STRING "0.4"
#define LIBWOLFSSL_VERSION_HEX 0x00004000
#define LIBWOLFSSL_VERSION_STRING "0.5"
#define LIBWOLFSSL_VERSION_HEX 0x00005000
#ifdef __cplusplus
}

View File

@ -10,7 +10,7 @@
#requires user to have AutoConf version 2.63 or greater.
AC_PREREQ([2.63])
AC_INIT([wolfssl_clu], [0.4], [http://www.wolfssl.com])
AC_INIT([wolfssl_clu], [0.5], [http://www.wolfssl.com])
#a helpful directory to keep clutter out of root
AC_CONFIG_AUX_DIR([build-aux])