summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2006-09-05 08:51:30 +0000
committerMark J. Cox <mark@openssl.org>2006-09-05 08:51:30 +0000
commitda1841a075fe6ae92652926c4a678606dc965a79 (patch)
tree7d1b4c58fba75f6f7c49aa2e124f15ecdd448049 /crypto
parent0a0a10d127daab0ba138b6fdf746366d9247dc88 (diff)
After tagging, prep for next release
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 d683442720..7d3a1a69b9 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 0x0090803f
+#define OPENSSL_VERSION_NUMBER 0x00908040
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-fips 05 Sep 2006"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c 05 Sep 2006"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8d-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT