bump dev version

This commit is contained in:
toddouska
2012-11-14 17:57:27 -08:00
parent 3130f0da28
commit 4a7e56442a
2 changed files with 3 additions and 3 deletions

View File

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