From 18794c6a837ae2dcb6b7073670651ab2ad8911c6 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 8 Aug 2002 21:23:51 +0000 Subject: [PATCH] Tagging has been done, update to next development version. --- 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 dc066c0131..d89398adf0 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ OpenSSL CHANGES _______________ + Changes between 0.9.6f and 0.9.6g [xx XXX xxxx] + + *) + Changes between 0.9.6e and 0.9.6f [8 Aug 2002] *) Fix ASN1 checks. Check for overflow by comparing with LONG_MAX diff --git a/README b/README index df4267cf0c..758d8856ed 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.6f 8 August 2002 + OpenSSL 0.9.6g-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 f1465ece09..21d1e3d699 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 0x0090606fL -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6f 8 Aug 2002" +#define OPENSSL_VERSION_NUMBER 0x00906070L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6g-dev xx XXX xxxx" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT diff --git a/openssl.spec b/openssl.spec index dd22218984..9bd9edb4b0 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,7 +1,7 @@ %define libmaj 0 %define libmin 9 %define librel 6 -%define librev f +%define librev g Release: 1 %define openssldir /var/ssl -- 2.25.1