forked from wolfSSL/wolfssl
bump dev version
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
#
|
||||
#
|
||||
|
||||
AC_INIT([cyassl],[2.7.1],[http://www.yassl.com])
|
||||
AC_INIT([cyassl],[2.7.2],[http://www.yassl.com])
|
||||
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
@ -26,8 +26,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LIBCYASSL_VERSION_STRING "2.7.1"
|
||||
#define LIBCYASSL_VERSION_HEX 0x02007001
|
||||
#define LIBCYASSL_VERSION_STRING "2.7.2"
|
||||
#define LIBCYASSL_VERSION_HEX 0x02007002
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user