From f97976da2b3879d61b64a449862399a68c5fe6b9 Mon Sep 17 00:00:00 2001 From: Todd A Ouska Date: Tue, 24 May 2011 12:35:18 -0700 Subject: [PATCH] version change --- configure.in | 2 +- ctaocrypt/include/config.h | 6 +++--- include/openssl/ssl.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index c26d13638..2d912dcab 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(cyassl,2.0.0rc2,http://www.yassl.com) # !!! also change in ssl.h !!! +AC_INIT(cyassl,2.0.0rc1b,http://www.yassl.com) # !!! also change in ssl.h !!! AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(ctaocrypt/include/config.h) AC_CONFIG_MACRO_DIR([m4]) diff --git a/ctaocrypt/include/config.h b/ctaocrypt/include/config.h index 5fb67b43c..92ce9910c 100644 --- a/ctaocrypt/include/config.h +++ b/ctaocrypt/include/config.h @@ -61,13 +61,13 @@ #define PACKAGE_NAME "cyassl" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "cyassl 2.0.0rc2" +#define PACKAGE_STRING "cyassl 2.0.0rc1b" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "cyassl" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.0.0rc2" +#define PACKAGE_VERSION "2.0.0rc1b" /* Define to necessary symbol if this constant uses a non-standard name on your system. */ @@ -83,7 +83,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.0.0rc2" +#define VERSION "2.0.0rc1b" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h index 542305ace..1e9b6b60d 100644 --- a/include/openssl/ssl.h +++ b/include/openssl/ssl.h @@ -39,7 +39,7 @@ #include "prefix_ssl.h" #endif -#define CYASSL_VERSION "2.0.0rc2" +#define CYASSL_VERSION "2.0.0rc1b" #ifdef _WIN32 /* wincrypt.h clashes */