summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsteve <steve>2003-09-30 13:15:52 +0000
committersteve <steve>2003-09-30 13:15:52 +0000
commit6cc4573502e9263bd1ef65b291ab80e7dcd67ef8 (patch)
tree734c346c8e30810f46bf9845c099e17845b16c64
parent12872745edd5d655c76416e6c05a5e2d33fc78d4 (diff)
downloadopenssl-6cc4573502e9263bd1ef65b291ab80e7dcd67ef8.tar.gz
New dev version.
-rw-r--r--CHANGES4
-rw-r--r--crypto/opensslv.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 57a494b63..1d7e395b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
+ Changes between 0.9.6k and 0.9.6l [xx XXX XXXX]
+
+ *)
+
Changes between 0.9.6j and 0.9.6k [30 Sep 2003]
*) Fix various bugs revealed by running the NISCC test suite:
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index f7e322612..41186883a 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -25,8 +25,8 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-#define OPENSSL_VERSION_NUMBER 0x009060bfL
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6k [engine] 30 Sep 2003"
+#define OPENSSL_VERSION_NUMBER 0x009060c0L
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6l-dev [engine] 30 Sep 2003"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT