X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fopensslv.h;h=d945eb7632156d5d4d270f54fc4a8298c425e142;hb=4e539aaa1e3abd8ad3f102bf8d346260835ea0b8;hp=43d88ff8d8432300591ec560d4e8d607a6115b10;hpb=767d6bfb8771951f862ca6ed4db6a36ecc84f425;p=oweals%2Fopenssl.git diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 43d88ff8d8..d945eb7632 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -10,11 +10,12 @@ * 0.9.3beta2 0x00903002 * 0.9.3 0x00903100 * 0.9.3a 0x00903101 + * 0.9.4 0x00904100 * 1.2.3z 0x1020311a * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.) */ -#define OPENSSL_VERSION_NUMBER 0x00904000L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.4-dev 24 May 1999" +#define OPENSSL_VERSION_NUMBER 0x00905000L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5-dev 09 Aug 1999" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #endif /* HEADER_OPENSSLV_H */