summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-09-26 10:46:58 +0100
committerMatt Caswell <matt@openssl.org>2016-09-26 10:46:58 +0100
commita12778be1782bb63055e7641c814d4fce1775e57 (patch)
tree5916b545378eca26862b65df03ac4791742889b7 /include
parent16c34d4f74e16443cfdc99f2a49ebb1ba3c37db3 (diff)
Prepare for 1.1.0c-dev
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index 7b376a3e06..4792f69978 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -39,11 +39,11 @@ extern "C" {
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-# define OPENSSL_VERSION_NUMBER 0x1010002fL
+# define OPENSSL_VERSION_NUMBER 0x10100030L
# ifdef OPENSSL_FIPS
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0b-fips 26 Sep 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0c-fips-dev xx XXX xxxx"
# else
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0b 26 Sep 2016"
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0c-dev xx XXX xxxx"
# endif
/*-