summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-19 11:39:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-19 11:39:03 +0000
commit8ab27e6ef77da1d35db19597300fe4a2b73c1002 (patch)
tree66652cc62b0fc947be7dbfd50d88d31ac5c23ed8 /crypto/opensslv.h
parent64150555903882eab67521f7fdcbc5d6a37c03e1 (diff)
prepare for 0.9.8v release
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 38696bf449..8a1a666afd 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 0x00908160L
+#define OPENSSL_VERSION_NUMBER 0x0090816fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v-fips 19 Apr 2012"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v 19 Apr 2012"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT