summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-04 19:20:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-04 19:20:49 +0000
commitb3cebd5acfe28921bb00292440d121025bafba48 (patch)
tree65cb1ffbee32cd8635ebfff8e00e7289668c527e /crypto/opensslv.h
parent7b775145e471402e460c7258a30e2a2d53165b51 (diff)
prepare for 0.9.8s 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 740fe08f37..0ba323403c 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 0x00908130L
+#define OPENSSL_VERSION_NUMBER 0x0090813fL
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8s-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8s-fips 4 Jan 2012"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8s xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8s 4 Jan 2012"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT