From 3f79793b7ea19267b5a4621dd5a7e5458753cf2c Mon Sep 17 00:00:00 2001 From: "Mark J. Cox" Date: Wed, 28 May 2008 07:47:50 +0000 Subject: [PATCH] After tagging, bump ready for 0.9.8i development --- CHANGES | 2 ++ README | 2 +- crypto/opensslv.h | 4 ++-- openssl.spec | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 217aa70dcb..3121410460 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ OpenSSL CHANGES _______________ + Changes between 0.9.8h and 0.9.8i [xx XXX xxxx] + Changes between 0.9.8g and 0.9.8h [28 May 2008] *) Fix flaw if 'Server Key exchange message' is omitted from a TLS diff --git a/README b/README index df02ae076d..98758d0df4 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.8h + OpenSSL 0.9.8i-dev Copyright (c) 1998-2008 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/crypto/opensslv.h b/crypto/opensslv.h index b308894f18..744dbd4913 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -27,9 +27,9 @@ */ #define OPENSSL_VERSION_NUMBER 0x0090808fL #ifdef OPENSSL_FIPS -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h-fips 28 May 2008" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-fips-dev xx XXX xxxx" #else -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8h 28 May 2008" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8i-dev xx XXX xxxx" #endif #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT diff --git a/openssl.spec b/openssl.spec index 4acba76aa2..a1fa198423 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,7 +1,7 @@ %define libmaj 0 %define libmin 9 %define librel 8 -%define librev h +%define librev i Release: 1 %define openssldir /var/ssl -- 2.25.1