Prepare for 1.0.2-beta2-dev

This commit is contained in:
Dr. Stephen Henson 2014-02-24 13:52:51 +00:00
parent 94f4166017
commit 97654d7e28
2 changed files with 4 additions and 4 deletions

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 1.0.2-beta1 24 Feb 2014
OpenSSL 1.0.2-beta2-dev
Copyright (c) 1998-2011 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

View File

@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x10002001L
#define OPENSSL_VERSION_NUMBER 0x10002002L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1-fips 24 Feb 2014"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta2-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta1 24 Feb 2014"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-beta2-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT