bump dev version

pull/1/head v2.6.2
toddouska 2013-04-30 12:56:28 -07:00
parent 5104f4ea7a
commit bc1a6282eb
2 changed files with 3 additions and 3 deletions

View File

@ -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])

View File

@ -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
}