summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-03 11:50:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-03 11:50:59 +0000
commitfa3619f2331ad1908c3e97d7f24594f0bfdc74da (patch)
tree8b5b6824b6f2858d746498b58f61a727f9bf0ccb
parenta414cbcad3b8c45e2cd6b6eef01613ab9e1c2aa6 (diff)
Update version info, fix typo.
-rw-r--r--README2
-rw-r--r--STATUS4
-rw-r--r--crypto/opensslv.h6
-rw-r--r--openssl.spec4
4 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index f5bdea0727..94fc2cdc9c 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.0-beta1 01 Apr 2009
+ OpenSSL 1.0.0-beta2-dev xx XXX xxxx
Copyright (c) 1998-2008 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index f7c560a316..6bd3b535c9 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,10 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2009/04/01 08:47:27 $
+ ______________ $Date: 2009/04/03 11:50:58 $
DEVELOPMENT STATE
- o OpenSSL 1.0.0-beta1: Released on Aptil 1st, 2009
+ o OpenSSL 1.0.0-beta1: Released on April 1st, 2009
o OpenSSL 0.9.8h: Released on May 28th, 2008
o OpenSSL 0.9.8g: Released on October 19th, 2007
o OpenSSL 0.9.8f: Released on October 11th, 2007
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index e69a502eb4..df20991063 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 0x10000001L
+#define OPENSSL_VERSION_NUMBER 0x10000002L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta1 xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta2-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta1 xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta2-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 164e236e87..bbd1da6beb 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -8,8 +8,8 @@ Release: 1
Summary: Secure Sockets Layer and cryptography libraries and tools
Name: openssl
-#Version: %{libmaj}.%{libmin}.%{librel}
-Version: %{libmaj}.%{libmin}.%{librel}%{librev}
+Version: %{libmaj}.%{libmin}.%{librel}
+#Version: %{libmaj}.%{libmin}.%{librel}%{librev}
Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
Copyright: Freely distributable
Group: System Environment/Libraries