bump dev branch

This commit is contained in:
toddouska
2013-03-21 19:27:29 -07:00
parent 359803fc7d
commit ace69d1c77
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
#
#
AC_INIT([cyassl],[2.5.3],[http://www.yassl.com])
AC_INIT([cyassl],[2.5.4],[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.5.3"
#define LIBCYASSL_VERSION_HEX 0x02005003
#define LIBCYASSL_VERSION_STRING "2.5.4"
#define LIBCYASSL_VERSION_HEX 0x02005004
#ifdef __cplusplus
}