summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-03-12 14:53:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-03-12 14:53:14 +0000
commit2fad41d15539ac41e5421b3252004afc53648cde (patch)
treef45192c1bffc23d12bf36f55def491dfa23d3777 /crypto/opensslv.h
parentb9c3d9168fb13c66bc3b665a799a1f008c26053f (diff)
prepare for 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 badacf9216..685adbc244 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 0x00908150L
+#define OPENSSL_VERSION_NUMBER 0x0090815fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8u-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8u-fips 12 Mar 2012"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8u-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8u 12 Mar 2012"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT