bump dev version

This commit is contained in:
toddouska
2014-02-13 15:15:49 -08:00
parent 1a075e3629
commit 7959239fb0
2 changed files with 3 additions and 3 deletions

View File

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