From f29da112c6c04dd392c8c18ae38f3c26df7c0e15 Mon Sep 17 00:00:00 2001 From: toddouska Date: Mon, 15 Apr 2013 11:23:14 -0700 Subject: [PATCH] version.h update for non autoconf --- cyassl/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cyassl/version.h b/cyassl/version.h index 209b456c6..10f536bb6 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBCYASSL_VERSION_STRING "2.5.4" -#define LIBCYASSL_VERSION_HEX 0x02005004 +#define LIBCYASSL_VERSION_STRING "2.6.0" +#define LIBCYASSL_VERSION_HEX 0x02006000 #ifdef __cplusplus }