aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn>2007-10-11 18:23:19 +0000
committercvs2svn <cvs2svn>2007-10-11 18:23:19 +0000
commit9f2f46ba02c3c867db4e0c459c64b6956792826b (patch)
tree648d0f4817aa2ab470de967588e9e1c07240dc3e
parentdd002667573c619e11f89be64bb963c003d1f7af (diff)
parentd761421e1dda5e8fcf5c1268e755bcd74e9df2f8 (diff)
downloadopenssl-9f2f46ba02c3c867db4e0c459c64b6956792826b.tar.gz
This commit was manufactured by cvs2svn to create branch 'OpenSSL_0_9_8fg-
stable'.
-rw-r--r--FAQ2
-rw-r--r--crypto/opensslv.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/FAQ b/FAQ
index 71e7b40d76..7cd71ca0a9 100644
--- a/FAQ
+++ b/FAQ
@@ -75,7 +75,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL?
The current version is available from <URL: http://www.openssl.org>.
-OpenSSL 0.9.8f was released on February 23rd, 2007.
+OpenSSL 0.9.8f was released on October 11th, 2007.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 02db6909fd..b237c2f67d 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -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 0x0090806fL
+#define OPENSSL_VERSION_NUMBER 0x00908070L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips 11 Oct 2007"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f 11 Oct 2007"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT