Bumped version for point release.

This commit is contained in:
John Safranek
2013-12-10 12:05:55 -08:00
parent 3051c8e900
commit 0d85a85d59
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
#
AC_INIT([cyassl],[2.8.4],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.yassl.com])
AC_INIT([cyassl],[2.8.5],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.yassl.com])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -26,8 +26,8 @@
extern "C" {
#endif
#define LIBCYASSL_VERSION_STRING "2.8.4"
#define LIBCYASSL_VERSION_HEX 0x02008004
#define LIBCYASSL_VERSION_STRING "2.8.5"
#define LIBCYASSL_VERSION_HEX 0x02008005
#ifdef __cplusplus
}