Bump after tagging for 0.9.7h release

This commit is contained in:
Mark J. Cox 2005-10-11 10:14:27 +00:00
parent a40916cbba
commit 49a305e7ef
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@
OpenSSL CHANGES
_______________
Changes between 0.9.7h and 0.9.7i [XX xxx XXXX]
Changes between 0.9.7g and 0.9.7h [11 Oct 2005]
*) Remove the functionality of SSL_OP_MSIE_SSLV2_RSA_PADDING

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 0x0090708fL
#define OPENSSL_VERSION_NUMBER 0x00907090L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7h-fips 11 Oct 2005"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7i-fips-dev XX xxx XXXX"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7h 11 Oct 2005"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7i-dev XX xxx XXXX"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT