summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index c1d0a5fd52..88cc7aefad 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.0a 1 Jun 2010
+ OpenSSL 1.0.0b-dev
Copyright (c) 1998-2010 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 934b63d799..9c35daa47a 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,7 +27,7 @@
*/
#define OPENSSL_VERSION_NUMBER 0x10000020
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev x XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-dev x XXX xxxx"
#endif