The release has been tagged, so let's move on to 0.9.6d, which we hope will never be released.

This commit is contained in:
Richard Levitte 2001-12-21 02:27:44 +00:00
parent 85939d5dd7
commit d3948ca262
3 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
Changes between 0.9.6c and 0.9.6d [XX xxx XXXX]
*)
Changes between 0.9.6b and 0.9.6c [21 dec 2001]
*) Fix BN_rand_range bug pointed out by Dominikus Scherkl

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 0.9.6c [engine] 21 dec 2001
OpenSSL 0.9.6d-dev [engine] XX xxx XXXX
Copyright (c) 1998-2001 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

View File

@ -25,8 +25,8 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x0090603fL
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6c [engine] 21 dec 2001"
#define OPENSSL_VERSION_NUMBER 0x00906040L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6d-dev [engine] XX xxx XXXX"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT