summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h6
4 files changed, 10 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 0ebe88f277..d01a1bd570 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
+ Changes between 1.0.0a and 1.0.1 [xx XXX xxxx]
+
+ *)
+
Changes between 1.0.0a and 1.0.0b [xx XXX xxxx]
*)
diff --git a/README b/README
index 88cc7aefad..6d505c27b1 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.0b-dev
+ OpenSSL 1.0.1-dev
Copyright (c) 1998-2010 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 61d3f3360b..3c36db4bad 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2010/06/01 13:31:36 $
+ ______________ $Date: 2010/06/16 13:47:59 $
DEVELOPMENT STATE
o OpenSSL 1.1.0: Under development...
+ o OpenSSL 1.0.1: Under development...
o OpenSSL 1.0.0a: Released on June 1st, 2010
o OpenSSL 1.0.0: Released on March 29th, 2010
o OpenSSL 0.9.8n: Released on March 24th, 2010
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 9c35daa47a..d53c42a9d4 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 0x10000020
+#define OPENSSL_VERSION_NUMBER 0x10001000
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-dev x XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT