Tagging is done, we continue on beta3, which is planned to be released

on Sunday May 29th.
This commit is contained in:
Richard Levitte 2005-05-24 03:50:30 +00:00
parent ce8945f35c
commit 83af7422a0
2 changed files with 3 additions and 3 deletions

2
README
View file

@ -1,5 +1,5 @@
OpenSSL 0.9.8-beta2 24 May 2005
OpenSSL 0.9.8-beta3-dev XX xxx XXXX
Copyright (c) 1998-2005 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

View file

@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x00908002L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-beta2 24 May 2005"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-fips-beta3 XX xxx XXXX"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-beta2 24 May 2005"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-beta3 XX xxx XXXX"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT