summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-19 16:53:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-19 16:53:43 +0000
commite7d2a37158eb2d4b66af983741eb66926e9941ce (patch)
tree7e10379523ab0cb3be3f277acb55a8ce4b6cf1b9
parent531c6fc8f3bc6c8413a1604562934fa77e49c39f (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 1e9608023e..99b0a5de9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
+ Changes between 1.0.1a and 1.0.1b [xx XXX xxxx]
+
+ *)
+
Changes between 1.0.1 and 1.0.1a [19 Apr 2012]
*) Check for potentially exploitable overflows in asn1_d2i_read_bio
diff --git a/README b/README
index 3ab22dad9c..22725cd970 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.1a 19 Apr 2012
+ OpenSSL 1.0.1b-dev
Copyright (c) 1998-2011 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 20e889e851..6c5d6f1413 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 0x1000101fL
+#define OPENSSL_VERSION_NUMBER 0x10001020L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1a-fips 19 Apr 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1a 19 Apr 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1b-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 1a92fbef9e..58b52763b8 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -2,7 +2,7 @@
%define libmaj 1
%define libmin 0
%define librel 1
-%define librev a
+%define librev b
Release: 1
%define openssldir /var/ssl