summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2008-05-28 07:37:14 +0000
committerMark J. Cox <mark@openssl.org>2008-05-28 07:37:14 +0000
commit0d01d8a7359e311b461cd1b964ce90d0699c2a2f (patch)
treee77aef985cf992acdd454438ad01ca50920a1798 /crypto/opensslv.h
parent2c0fa03dc62f052cc64bbed435e974c952ab6363 (diff)
Prepare for 0.9.8h releaseOpenSSL_0_9_8h
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 e09ca54ec1..b308894f18 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 0x00908080L
+#define OPENSSL_VERSION_NUMBER 0x0090808fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-fips 28 May 2008"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h 28 May 2008"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT