bump dev version

pull/1/head
toddouska 2013-04-17 09:41:43 -07:00
parent 1f09e35ccd
commit 38dec0b932
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
#
AC_INIT([cyassl],[2.6.0],[http://www.yassl.com])
AC_INIT([cyassl],[2.6.1],[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.0"
#define LIBCYASSL_VERSION_HEX 0x02006000
#define LIBCYASSL_VERSION_STRING "2.6.1"
#define LIBCYASSL_VERSION_HEX 0x02006001
#ifdef __cplusplus
}