X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fopensslv.h;h=d945eb7632156d5d4d270f54fc4a8298c425e142;hp=f8a3680317f28b979a5d003c623f34d8e01c8f9a;hb=396f631458c34469bf12a575f0fccc44282e0d1d;hpb=e09632f986c5bcdedd8454dd646705ef54724c78 diff --git a/crypto/opensslv.h b/crypto/opensslv.h index f8a3680317..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 0x00903003L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3beta3-dev 23 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 */