summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-11-16 16:33:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-11-16 16:33:35 +0000
commit5e7c9519b8d1196e87efe9621acc6f993f4464b5 (patch)
treeefce35a72be7c921bfe2124d707c436106d2c59e
parentef024929082e8c2f9ec93a1ca5e7084bd38a4c04 (diff)
update for next version
-rw-r--r--CHANGES4
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h6
-rw-r--r--openssl.spec2
4 files changed, 9 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index aad698c5f8..a91301398b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
+ Changes between 1.0.0b and 1.0.0c [xx XXX xxxx]
+
+ *)
+
Changes between 1.0.0a and 1.0.0b [16 Nov 2010]
*) Fix extension code to avoid race conditions which can result in a buffer
diff --git a/README b/README
index 6b87a4c3ea..c885e57f3c 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.0b 16 Nov 2010
+ OpenSSL 1.0.0c-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 6c66aee4bc..8225afc04e 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 0x1000002f
+#define OPENSSL_VERSION_NUMBER 0x10000030
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b-fips 16 Nov 2010"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0c-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0b 16 Nov 2010"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0c-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 307ad7954f..9b9072a7db 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -2,7 +2,7 @@
%define libmaj 1
%define libmin 0
%define librel 0
-%define librev b
+%define librev c
Release: 1
%define openssldir /var/ssl