X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fopensslv.h;h=8e5a5f553067299ae1b9ac81931127498744a6d9;hp=adba89b1ee0e8b4968c1a9ede2fb3d6955042c91;hb=ac84cb4cfec4017783eb2696c14c3a379a4e0218;hpb=e356ac5c0699d49d13bc593d24d3fdf47586a7da diff --git a/crypto/opensslv.h b/crypto/opensslv.h index adba89b1ee..8e5a5f5530 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -5,7 +5,8 @@ extern "C" { #endif -/* Numeric release version identifier: +/*- + * Numeric release version identifier: * MNNFFPPS: major minor fix patch status * The status nibble has one of the values 0 for development, 1 to e for betas * 1 to 14, and f for release. The patch level is exactly that. @@ -29,16 +30,17 @@ 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 0x100010b0L +#define OPENSSL_VERSION_NUMBER 0x100010d0L #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1k-fips-dev xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1m-fips-dev xx XXX xxxx" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1k-dev xx XXX xxxx" +#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1m-dev xx XXX xxxx" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT -/* The macros below are to be used for shared library (.so, .dll, ...) +/*- + * The macros below are to be used for shared library (.so, .dll, ...) * versioning. That kind of versioning works a bit differently between * operating systems. The most usual scheme is to set a major and a minor * number, and have the runtime loader check that the major number is equal