After tagging, bump ready for 0.9.8e development
authorMark J. Cox <mark@openssl.org>
Thu, 28 Sep 2006 11:39:33 +0000 (11:39 +0000)
committerMark J. Cox <mark@openssl.org>
Thu, 28 Sep 2006 11:39:33 +0000 (11:39 +0000)
CHANGES
README
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index b25fde5664385d76bebe1b46a22a52744a2995c5..099b6cc9bcf4bc5d11c084928d9f7d5c892efafe 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,8 @@
  OpenSSL CHANGES
  _______________
 
+ Changes between 0.9.8d and 0.9.8e  [XX xxx XXXX]
+
  Changes between 0.9.8c and 0.9.8d  [28 Sep 2006]
 
   *) Introduce limits to prevent malicious keys being able to
diff --git a/README b/README
index e627231f6bfb959b55ae04a6cf32b4a0101f0bb9..460baff57cf73601165937cabb9983d5c336df7e 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
- OpenSSL 0.9.8d 28 Sep 2006
+ OpenSSL 0.9.8e-dev XX xxx XXXX
 
  Copyright (c) 1998-2006 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
index beedc1928575cc3af7b02e9e533c7e2b46cc8058..e5c7f933c1b5c14422ec760e2563a2816f39e5c6 100644 (file)
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-#define OPENSSL_VERSION_NUMBER 0x0090804f
+#define OPENSSL_VERSION_NUMBER 0x00908050
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8d-fips 28 Sep 2006"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8e-fips-dev XX xxx XXXX"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8d 28 Sep 2006"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8e-dev XX xxx XXXX"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT