summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-01 08:47:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-01 08:47:28 +0000
commit809fa4cc59807871700ccd767dba235e29ee94f0 (patch)
treec2024369c240c2d289403901d4aaf86b4dc29c0f
parent463f4485951a6a566d1b2b7b6c6ec73a7e106175 (diff)
Update for first beta.
-rw-r--r--STATUS4
-rw-r--r--crypto/opensslv.h4
-rw-r--r--openssl.spec6
3 files changed, 7 insertions, 7 deletions
diff --git a/STATUS b/STATUS
index 6c368603d7..f7c560a316 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,10 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2009/03/30 11:33:03 $
+ ______________ $Date: 2009/04/01 08:47:27 $
DEVELOPMENT STATE
- o OpenSSL 1.0: Under development...
+ o OpenSSL 1.0.0-beta1: Released on Aptil 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 8051839b5e..e69a502eb4 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -27,9 +27,9 @@
*/
#define OPENSSL_VERSION_NUMBER 0x10000001L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta1-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta1 xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta1-dev xx XXX xxxx"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta1 xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index de8c9e18d9..164e236e87 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,6 +1,6 @@
-%define libmaj 0
-%define libmin 9
-%define librel 9
+%define libmaj 1
+%define libmin 0
+%define librel 0
#%define librev a
Release: 1