From fba1cfa06d338962468b1e271a394903a355216f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 10 Apr 2003 20:40:19 +0000 Subject: [PATCH] The release is tagged, time to work on 0.9.7c. --- 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 1e8527580..3bb3cc797 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenSSL CHANGES _______________ + Changes between 0.9.7b and 0.9.7c [xx XXX 2003] + + *) + Changes between 0.9.7a and 0.9.7b [10 Apr 2003] *) Countermeasure against the Klima-Pokorny-Rosa extension of diff --git a/README b/README index 3af69bfdb..148b81857 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.7b 10 Apr 2003 + OpenSSL 0.9.7c-dev xx XXX 2003 Copyright (c) 1998-2003 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 08cb1d501..b5cc2016d 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 0x0090702fL -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7b 10 Apr 2003" +#define OPENSSL_VERSION_NUMBER 0x00907030L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7c-dev xx XXX 2003" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT diff --git a/openssl.spec b/openssl.spec index 9bd9c8375..834c632c5 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,7 +1,7 @@ %define libmaj 0 %define libmin 9 %define librel 7 -%define librev b +%define librev c Release: 1 %define openssldir /var/ssl