summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-12-02 18:53:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-12-02 18:53:52 +0000
commitacd43bf38cfd0f5b7e85d7a8c7e2a8c9d45b40b1 (patch)
treec768c30cf45ce92557976d0231d7db888994f4ea /crypto
parent5eaf17364773049ed5aa40f0d142ff9669117ee9 (diff)
prepare for releaseOpenSSL_0_9_8q
Diffstat (limited to 'crypto')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 04364a6d51..0da91c26dd 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 0x00908110
+#define OPENSSL_VERSION_NUMBER 0x0090811f
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8q-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8q-fips 2 Dec 2010"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8q-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8q 2 Dec 2010"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT