diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2012-03-22 15:29:21 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2012-03-22 15:29:21 +0000 |
commit | b911523977375d3f39ac1956c1e008bd110fce7f (patch) | |
tree | 5bfb294a977c7ef477f59d4b865eeab0306643e4 /crypto/opensslv.h | |
parent | 247c3f60494e11c038595d7e5ae9e4edac181cc7 (diff) | |
download | openssl-new-b911523977375d3f39ac1956c1e008bd110fce7f.tar.gz |
set version to 1.0.2-dev
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r-- | crypto/opensslv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h index bf42556070..90a680ae5f 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 0x1000100fL +#define OPENSSL_VERSION_NUMBER 0x10002000L #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips 14 Mar 2012" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-fips-dev xx XXX xxxx" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1 14 Mar 2012" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-dev xx XXX xxxx" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT |