The version text wasn't bumoed after tagging...

This commit is contained in:
Richard Levitte
2005-10-11 19:26:41 +00:00
parent d8b408b1de
commit da5f7fdcee

View File

@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x00908020L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8a-fips 11 Oct 2005"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8b-fips-dev XX xxx XXXX"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8a 11 Oct 2005"
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8b-dev XX xxx XXXX"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT