bump version

This commit is contained in:
toddouska 2012-12-28 14:07:49 -08:00
parent 23ff36075b
commit 4c9595c419
2 changed files with 3 additions and 3 deletions

View File

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