]> granicus.if.org Git - openssl/commitdiff
Minor release cockups.
authorBen Laurie <ben@openssl.org>
Thu, 11 Oct 2007 18:23:16 +0000 (18:23 +0000)
committerBen Laurie <ben@openssl.org>
Thu, 11 Oct 2007 18:23:16 +0000 (18:23 +0000)
FAQ
crypto/opensslv.h

diff --git a/FAQ b/FAQ
index 71e7b40d76df99f57870cd4af40b8d65bdf53312..7cd71ca0a9f79fefdb1f6d1122844bb3ffb75929 100644 (file)
--- 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:
index 779e7ecaa9f7dc40c88760649e3ba2510a1ebfb7..b237c2f67d01a6d71f2e036dd890607876825eb3 100644 (file)
@@ -27,9 +27,9 @@
  */
 #define OPENSSL_VERSION_NUMBER 0x00908070L
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8g-fips-dev xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8f-fips 11 Oct 2007"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8g-dev xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8f 11 Oct 2007"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT