bump dev version

This commit is contained in:
toddouska 2014-04-01 12:08:18 -07:00
parent 4ba587b18a
commit 348f50b4b1
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
#
AC_INIT([cyassl],[2.9.2],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.yassl.com])
AC_INIT([cyassl],[2.9.3],[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.9.2"
#define LIBCYASSL_VERSION_HEX 0x02009002
#define LIBCYASSL_VERSION_STRING "2.9.3"
#define LIBCYASSL_VERSION_HEX 0x02009003
#ifdef __cplusplus
}