summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-03 15:00:17 +0000
committerMatt Caswell <matt@openssl.org>2015-12-03 15:00:17 +0000
commitc2ef67100cd0ca2321b5f1a437abb93fc7e11e37 (patch)
treea6c7ef5444bc9ee91aa8f87d32d82535b33bbaac /crypto/opensslv.h
parent35c8d0d85fe71e41eb990655b249e398c7fd1435 (diff)
Prepare for 0.9.8zh releaseOpenSSL_0_9_8zh
Reviewed-by: Richard Levitte <levitte@openssl.org>
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 9aadf3ec51..3c424d52db 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -26,11 +26,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-# define OPENSSL_VERSION_NUMBER 0x00908210L
+# define OPENSSL_VERSION_NUMBER 0x0090821fL
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zh-fips-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zh-fips 3 Dec 2015"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zh-dev xx XXX xxxx"
+# define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8zh 3 Dec 2015"
# endif
# define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT