From: Richard Levitte Date: Tue, 25 Mar 2003 01:13:36 +0000 (+0000) Subject: [This should have been done long ago] X-Git-Tag: OpenSSL-engine-0_9_6j~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ff15ba5e908a3981d8ca1309787c1a0f0821726;p=oweals%2Fopenssl.git [This should have been done long ago] Update the version info to reflect that this branch has gone to development of version 0.9.6j. Further development of this branch would normally only contain security updates. --- diff --git a/CHANGES b/CHANGES index cf7444a1a9..b3f3ffb4d0 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenSSL CHANGES _______________ + Changes between 0.9.6i and 0.9.6j [xx XXX 2003] + + *) + Changes between 0.9.6h and 0.9.6i [19 Feb 2003] *) In ssl3_get_record (ssl/s3_pkt.c), minimize information leaked diff --git a/README b/README index 845308a07a..3df0abb927 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.6i [engine] Feb 19 2003 + OpenSSL 0.9.6j-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 6a637cc836..2665530cd8 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 0x0090609fL -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6i [engine] Feb 19 2003" +#define OPENSSL_VERSION_NUMBER 0x009060a0L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6j-dev xx XXX 2003" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT diff --git a/openssl.spec b/openssl.spec index 5df5171e6d..dea2f6f770 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,7 +1,7 @@ %define libmaj 0 %define libmin 9 %define librel 6 -%define librev i +%define librev j Release: 1 %define openssldir /var/ssl