summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2006-09-05 08:45:37 +0000
committerMark J. Cox <mark@openssl.org>2006-09-05 08:45:37 +0000
commit0a0a10d127daab0ba138b6fdf746366d9247dc88 (patch)
tree3b1690fe0f904b6765e4a513b2375b553633a911 /crypto
parentdf20b6e79b97b59a373abf44108fedc6f2d60159 (diff)
Ready for 0.9.8c releaseOpenSSL_0_9_8c
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 b844152b46..d683442720 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 0x00908030
+#define OPENSSL_VERSION_NUMBER 0x0090803f
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-fips 05 Sep 2006"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8c 05 Sep 2006"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT