summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2003-11-04 11:37:18 +0000
committerMark J. Cox <mark@openssl.org>2003-11-04 11:37:18 +0000
commitfbe7cd3138da20204b7d9b895b59e86f2ab2269f (patch)
treec94343d02e1e52ac9ba39245b7ad6b790979b52a
parent83f70d68d6c3086241c041ba26786fd822179f2e (diff)
downloadopenssl-new-fbe7cd3138da20204b7d9b895b59e86f2ab2269f.tar.gz
Bump revision after tagging
-rw-r--r--CHANGES4
-rw-r--r--crypto/opensslv.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index da33dfa0d9..c001867307 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
OpenSSL CHANGES
_______________
+ Changes between 0.9.6l and 0.9.6m [xx XXX xxxx]
+
+ *)
+
Changes between 0.9.6k and 0.9.6l [04 Nov 2003]
*) Fix additional bug revealed by the NISCC test suite:
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index e5a70060ad..1c4bcf26ee 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 0x009060cfL
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6l 04 Nov 2003"
+#define OPENSSL_VERSION_NUMBER 0x009060d0L
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6m-dev xx XXX xxxx"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT