bump dev version

This commit is contained in:
John Safranek 2013-11-19 16:25:18 -08:00
parent 4377996d87
commit 74c9ddcffb
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
#
AC_INIT([cyassl],[2.8.3],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.yassl.com])
AC_INIT([cyassl],[2.8.4],[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.3"
#define LIBCYASSL_VERSION_HEX 0x02008003
#define LIBCYASSL_VERSION_STRING "2.8.4"
#define LIBCYASSL_VERSION_HEX 0x02008004
#ifdef __cplusplus
}