bump dev version

pull/1/head
toddouska 2012-10-30 16:23:59 -07:00
parent a6b201c051
commit f175bd302d
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
#
AC_INIT([cyassl],[2.4.0],[http://www.yassl.com])
AC_INIT([cyassl],[2.4.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.4.0"
#define LIBCYASSL_VERSION_HEX 0x02004000
#define LIBCYASSL_VERSION_STRING "2.4.1"
#define LIBCYASSL_VERSION_HEX 0x02004001
#ifdef __cplusplus
}