summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-12-02 19:42:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-12-02 19:42:28 +0000
commitb8be57186867a886df485c01e7f99a62a9058fc0 (patch)
treeaa4a69a0736e30448a80be02161ae42952818040
parentacd43bf38cfd0f5b7e85d7a8c7e2a8c9d45b40b1 (diff)
update for next release
-rw-r--r--CHANGES4
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h6
-rw-r--r--openssl.spec2
4 files changed, 9 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 55820dbf73..716414816f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
+ Changes between 0.9.8q and 0.9.8r [xx XXX xxxx]
+
+ *)
+
Changes between 0.9.8p and 0.9.8q [2 Dec 2010]
*) Disable code workaround for ancient and obsolete Netscape browsers
diff --git a/README b/README
index 5b015b6bbe..172f88b1f5 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.8q 2 Dec 2010
+ OpenSSL 0.9.8r-dev
Copyright (c) 1998-2009 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 0da91c26dd..6a2faedcda 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x0090811f
+#define OPENSSL_VERSION_NUMBER 0x00908120
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8q-fips 2 Dec 2010"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r-dev-fips xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8q 2 Dec 2010"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8r-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index e05d73adaf..9b68b3e1a3 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -2,7 +2,7 @@
%define libmaj 0
%define libmin 9
%define librel 8
-%define librev q
+%define librev r
Release: 1
%define openssldir /var/ssl