Prepare for 1.0.2-beta3 release

Reviewed-by: Stephen Henson <steve@openssl.org>
This commit is contained in:
Matt Caswell 2014-09-25 21:31:40 +01:00
parent bffd5a7f35
commit 2c5db8dac3
2 changed files with 3 additions and 3 deletions

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 1.0.2-beta3-dev
OpenSSL 1.0.2-beta3 25 Sep 2014
Copyright (c) 1998-2011 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

View File

@ -31,9 +31,9 @@ extern "C" {
*/
#define OPENSSL_VERSION_NUMBER 0x10002003L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta3-fips-dev xx XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta3-fips 25 Sep 2014"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta3-dev xx XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta3 25 Sep 2014"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT