X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fopensslv.h;h=cbe52648d32645ca16100be3d3ba23036f63c0e0;hp=069847c0a3773233aad5c7882232ac225286d510;hb=91bad2b09eb2ad77da8aca29f80f2d0677e75423;hpb=1244d5b713b380caa1b427b2549bc83508d482bc diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 069847c0a3..cbe52648d3 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 0x10000006L +#define OPENSSL_VERSION_NUMBER 0x1000000fL #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta6-dev xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips 29 Mar 2010" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta6-dev xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0 29 Mar 2010" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT