From: Richard Levitte Date: Mon, 11 Apr 2005 15:15:09 +0000 (+0000) Subject: Now that things have been tagged properly, make preparations for the X-Git-Tag: BEN_FIPS_TEST_8~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d060fc9ff298e5fb8c018376b846d38ae3385070;p=openssl Now that things have been tagged properly, make preparations for the next version in the 0.9.7 branch. --- diff --git a/CHANGES b/CHANGES index cccc4f812f..3c10f10738 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenSSL CHANGES _______________ + Changes between 0.9.7g and 0.9.7h [XX xxx XXXX] + + *) + Changes between 0.9.7f and 0.9.7g [11 Apr 2005] *) Fixes for newer kerberos headers. NB: the casts are needed because diff --git a/README b/README index c52c2d94bd..c6782b227b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.7g 11 April 2005 + OpenSSL 0.9.7h-dev XX xxx XXXX Copyright (c) 1998-2005 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 5d5f688edd..1c6053defb 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 0x0090707fL +#define OPENSSL_VERSION_NUMBER 0x00907080L #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g-fips 11 Apr 2005" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7h-fips-dev XX xxx XXXX" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7g 11 Apr 2005" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7h-dev XX xxx XXXX" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT