summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2007-10-11 15:04:32 +0000
committerBen Laurie <ben@openssl.org>2007-10-11 15:04:32 +0000
commit2339c5d7223c6381d3ecb98cd89305ea01dd7856 (patch)
tree36cc5faa30a7e96a29ae7313a7d12d02b27e43b5
parentdd002667573c619e11f89be64bb963c003d1f7af (diff)
downloadopenssl-new-2339c5d7223c6381d3ecb98cd89305ea01dd7856.tar.gz
Next version.
-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 05bd75df9f..141cce8776 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
+ Changes between 0.9.8f and 0.9.8g [xx XXX xxxx]
+
+ *)
+
Changes between 0.9.8e and 0.9.8f [11 Oct 2007]
*) DTLS Handshake overhaul. There were longstanding issues with
diff --git a/README b/README
index 6759d768eb..bcf719f760 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.8f
+ OpenSSL 0.9.8g-dev
Copyright (c) 1998-2007 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 02db6909fd..779e7ecaa9 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 0x0090806fL
+#define OPENSSL_VERSION_NUMBER 0x00908070L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f-fips xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8g-fips-dev xx XXXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8f xx XXXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8g-dev xx XXXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 61eadccf4e..81c15b0957 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,7 +1,7 @@
%define libmaj 0
%define libmin 9
%define librel 8
-%define librev f
+%define librev g
Release: 1
%define openssldir /var/ssl