summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2008-05-28 07:47:50 +0000
committerMark J. Cox <mark@openssl.org>2008-05-28 07:47:50 +0000
commit3f79793b7ea19267b5a4621dd5a7e5458753cf2c (patch)
tree0b392b6b053977a23de1e5b8f349bd5571494d0f /crypto/opensslv.h
parent0d01d8a7359e311b461cd1b964ce90d0699c2a2f (diff)
After tagging, bump ready for 0.9.8i development
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 b308894f18..744dbd4913 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.8h-fips 28 May 2008"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h 28 May 2008"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT