From 6b6596202b54458b7ade4edbe39f1af74edd2db8 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Thu, 20 May 1999 19:33:46 +0000 Subject: [PATCH] Prepare for a beta release. --- Makefile.org | 4 ++-- crypto/opensslv.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.org b/Makefile.org index add58c2494..4eec987a07 100644 --- a/Makefile.org +++ b/Makefile.org @@ -293,8 +293,8 @@ errors: perl util/mkerr.pl -recurse -write tar: - @gtar --no-recursion -cvf - \ - `find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS | sort` |\ + @tar --norecurse -cvf - \ + `find * -depth \! -path \*/CVS/\* \! -name CVS \! -name .cvsignore \! -name STATUS | sort` |\ tardy --user_number=0 --user_name=openssl \ --group_number=0 --group_name=openssl \ --prefix=openssl-$(VERSION) - |\ diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 5f7e82e785..3c0bd9d4f1 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -11,8 +11,8 @@ * 1.2.3z 0x1020311a * (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.) */ -#define OPENSSL_VERSION_NUMBER 0x00903000L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3-dev 19 May 1999" +#define OPENSSL_VERSION_NUMBER 0x00903001L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3beta1 20 May 1999" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT #endif /* HEADER_OPENSSLV_H */ -- 2.34.1