summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-03-22 15:29:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-03-22 15:29:21 +0000
commitb911523977375d3f39ac1956c1e008bd110fce7f (patch)
tree5bfb294a977c7ef477f59d4b865eeab0306643e4
parent247c3f60494e11c038595d7e5ae9e4edac181cc7 (diff)
set version to 1.0.2-dev
-rw-r--r--CHANGES4
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h6
-rw-r--r--openssl.spec2
5 files changed, 11 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 03d731451d..bc1449d049 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
+ Changes between 1.0.1 and 1.0.2 [xx XXX xxxx]
+
+ *)
+
Changes between 1.0.0h and 1.0.1 [14 Mar 2012]
*) Add compatibility with old MDC2 signatures which use an ASN1 OCTET
diff --git a/README b/README
index 3a0456ce61..f278ee2de4 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 1.0.1 14 Mar 2012
+ OpenSSL 1.0.2-dev
Copyright (c) 1998-2011 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 6ffd16a84b..1ec2f6d2a3 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2012/03/14 12:14:06 $
+ ______________ $Date: 2012/03/22 15:29:21 $
DEVELOPMENT STATE
o OpenSSL 1.1.0: Under development...
+ o OpenSSL 1.0.2: Under development...
o OpenSSL 1.0.1: Released on March 14th, 2012
o OpenSSL 1.0.0h: Released on March 12th, 2012
o OpenSSL 1.0.0g: Released on January 18th, 2012
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index bf42556070..90a680ae5f 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 0x1000100fL
+#define OPENSSL_VERSION_NUMBER 0x10002000L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1-fips 14 Mar 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1 14 Mar 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
diff --git a/openssl.spec b/openssl.spec
index 1b7c7c6bef..4047236525 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -1,7 +1,7 @@
%define _unpackaged_files_terminate_build 0
%define libmaj 1
%define libmin 0
-%define librel 1
+%define librel 2
#%define librev a
Release: 1