bump dev version
This commit is contained in:
parent
5104f4ea7a
commit
bc1a6282eb
@ -6,7 +6,7 @@
|
||||
#
|
||||
#
|
||||
|
||||
AC_INIT([cyassl],[2.6.1],[http://www.yassl.com])
|
||||
AC_INIT([cyassl],[2.6.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.6.1"
|
||||
#define LIBCYASSL_VERSION_HEX 0x02006001
|
||||
#define LIBCYASSL_VERSION_STRING "2.6.2"
|
||||
#define LIBCYASSL_VERSION_HEX 0x02006002
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user