Tagging has been done, time to switch to 0.9.6-dev.

This commit is contained in:
Richard Levitte 2000-02-28 12:11:39 +00:00
parent 74cdf6f73a
commit 11750113c6
3 changed files with 5 additions and 4 deletions

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 0.9.5 28 Feb 2000
OpenSSL 0.9.6-dev xx XXX 2000
Copyright (c) 1998-2000 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

3
STATUS
View File

@ -1,9 +1,10 @@
OpenSSL STATUS Last modified at
______________ $Date: 2000/02/28 11:59:02 $
______________ $Date: 2000/02/28 12:11:37 $
DEVELOPMENT STATE
o OpenSSL 0.9.6: Under development...
o OpenSSL 0.9.5: Released on February 28th, 2000
o OpenSSL 0.9.4: Released on August 09th, 1999
o OpenSSL 0.9.3a: Released on May 29th, 1999

View File

@ -14,8 +14,8 @@
* 1.2.3z 0x1020311a
* (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
*/
#define OPENSSL_VERSION_NUMBER 0x00905100L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5 28 Feb 2000"
#define OPENSSL_VERSION_NUMBER 0x00906000L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6-dev 28 Feb 2000"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
#endif /* HEADER_OPENSSLV_H */