summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-09-15 10:28:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-09-15 10:28:13 +0000
commitb7e7aa00de09bb3900aeb4484c3c7387d4c01062 (patch)
tree1faa0854d8d6d7e47925e680921033422cf90de8 /crypto/opensslv.h
parent1098fd48ce5fc71d138ae4253ad417b9508412da (diff)
Begin release of OpenSSL 0.9.8i.
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 744dbd4913..7162ac7180 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x0090808fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-fips 15 Sep 2008"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i 15 Sep 2008"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT