summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-03-25 10:46:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-03-25 10:46:56 +0000
commite10051ef3f8655c4216aade0816e483e818bc43e (patch)
tree676e8389176be40aec02ab6a6f6d5a140a40cf53 /crypto/opensslv.h
parentc60dca1f95457a9cb6deca7a4c3f81f99fe05b11 (diff)
Prepare for 0.9.8k release.
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 fd4cbf3fad..a40d4e904a 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x009080b0L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8k-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8k-fips 25 Mar 2009"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8k-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8k 25 Mar 2009"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT