update versions for 1.0.1

This commit is contained in:
Dr. Stephen Henson 2010-06-16 13:48:00 +00:00
parent 0d0ed9187a
commit c549810def
4 changed files with 10 additions and 5 deletions

View File

@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
Changes between 1.0.0a and 1.0.1 [xx XXX xxxx]
*)
Changes between 1.0.0a and 1.0.0b [xx XXX xxxx]
*)

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 1.0.0b-dev
OpenSSL 1.0.1-dev
Copyright (c) 1998-2010 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

3
STATUS
View File

@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
______________ $Date: 2010/06/01 13:31:36 $
______________ $Date: 2010/06/16 13:47:59 $
DEVELOPMENT STATE
o OpenSSL 1.1.0: Under development...
o OpenSSL 1.0.1: Under development...
o OpenSSL 1.0.0a: Released on June 1st, 2010
o OpenSSL 1.0.0: Released on March 29th, 2010
o OpenSSL 0.9.8n: Released on March 24th, 2010

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 0x10000020
#define OPENSSL_VERSION_NUMBER 0x10001000
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev xx XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-dev x XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT