bump dev version

This commit is contained in:
John Safranek
2013-10-23 16:22:10 -07:00
parent 846511376c
commit 14f4162180
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
#
AC_INIT([cyassl],[2.8.1],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.yassl.com])
AC_INIT([cyassl],[2.8.2],[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.1"
#define LIBCYASSL_VERSION_HEX 0x02008001
#define LIBCYASSL_VERSION_STRING "2.8.2"
#define LIBCYASSL_VERSION_HEX 0x02008002
#ifdef __cplusplus
}