bump version for tag download

This commit is contained in:
toddouska 2013-03-13 10:14:06 -07:00
parent e482c00cb1
commit f0c48fba45
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
#
AC_INIT([cyassl],[2.5.2],[http://www.yassl.com])
AC_INIT([cyassl],[2.5.2b],[http://www.yassl.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])

View File

@ -26,7 +26,7 @@
extern "C" {
#endif
#define LIBCYASSL_VERSION_STRING "2.5.2"
#define LIBCYASSL_VERSION_STRING "2.5.2b"
#define LIBCYASSL_VERSION_HEX 0x02005002
#ifdef __cplusplus