aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--README4
-rw-r--r--crypto/opensslv.h4
-rw-r--r--openssl.spec2
4 files changed, 9 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 5929f05336..12aeb9b872 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
+ Changes between 0.9.7 and 0.9.8 [xx XXX 2001]
+
+ *)
+
Changes between 0.9.6 and 0.9.7 [xx XXX 2001]
OpenSSL 0.9.6a/0.9.6b/0.9.6c (bugfix releases, 5 Apr 2001, 9 July 2001
diff --git a/README b/README
index 8ec848d434..22970cb099 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
- OpenSSL 0.9.7-dev 24 Sep 2000
+ OpenSSL 0.9.8-dev 24 Sep 2000
- Copyright (c) 1998-2000 The OpenSSL Project
+ Copyright (c) 1998-2002 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
All rights reserved.
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index ce06399fa6..802bda5eec 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 0x00907000L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-dev 24 Sep 2000"
+#define OPENSSL_VERSION_NUMBER 0x00908000L
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-dev 24 Sep 2000"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 4d68d705ae..3085d3e94b 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,6 +1,6 @@
%define libmaj 0
%define libmin 9
-%define librel 7
+%define librel 8
#%define librev a
Release: 1