From 532441a93ad06a74f69d4d065cf92a95aaf4d0ca Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 9 Aug 2002 12:08:23 +0000 Subject: [PATCH] Time to go on... --- CHANGES | 4 ++++ README | 2 +- crypto/opensslv.h | 4 ++-- openssl.spec | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 75ebac55bf..a18af51395 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenSSL CHANGES _______________ + Changes between 0.9.6g and 0.9.6h [xx XXX xxxx] + + *) + Changes between 0.9.6f and 0.9.6g [9 Aug 2002] *) [In 0.9.6g-engine release:] diff --git a/README b/README index da9015331f..55f0369f3c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.6g 9 August 2002 + OpenSSL 0.9.6h-dev xx XXX xxxx Copyright (c) 1998-2002 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/crypto/opensslv.h b/crypto/opensslv.h index b6ae9458cc..58716b80e9 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -25,8 +25,8 @@ * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for * major minor fix final patch/beta) */ -#define OPENSSL_VERSION_NUMBER 0x0090607fL -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6g 9 Aug 2002" +#define OPENSSL_VERSION_NUMBER 0x00906080L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6h-dev xx XXX xxxx" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT diff --git a/openssl.spec b/openssl.spec index 9bd9edb4b0..dba01c276f 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,7 +1,7 @@ %define libmaj 0 %define libmin 9 %define librel 6 -%define librev g +%define librev h Release: 1 %define openssldir /var/ssl -- 2.25.1