From 66eb3caac53795c23e6524b46273038f07263fe3 Mon Sep 17 00:00:00 2001 From: toddouska Date: Fri, 30 May 2014 17:02:30 -0700 Subject: [PATCH] bump dev version --- configure.ac | 2 +- cyassl/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 038969c37..b9e1a0c8a 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # # -AC_INIT([cyassl],[3.0.2],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.wolfssl.com]) +AC_INIT([cyassl],[3.0.3],[https://github.com/cyassl/cyassl/issues],[cyassl],[http://www.wolfssl.com]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/cyassl/version.h b/cyassl/version.h index 9097bffab..f520844e6 100644 --- a/cyassl/version.h +++ b/cyassl/version.h @@ -26,8 +26,8 @@ extern "C" { #endif -#define LIBCYASSL_VERSION_STRING "3.0.2" -#define LIBCYASSL_VERSION_HEX 0x03000002 +#define LIBCYASSL_VERSION_STRING "3.0.3" +#define LIBCYASSL_VERSION_HEX 0x03000003 #ifdef __cplusplus }