version update
parent
4c71c1e89b
commit
d42a176965
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue