summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2006-09-28 12:00:30 +0000
committerMark J. Cox <mark@openssl.org>2006-09-28 12:00:30 +0000
commit6b131d9c4505031dd83615afd2727c430111b9bd (patch)
treeb465f8a4bc5dd94ff5da1e0d06ade9ea5b705d0e /crypto
parentc830c1a209b7159c21a4c609623ee1c723d1f5c9 (diff)
downloadopenssl-new-6b131d9c4505031dd83615afd2727c430111b9bd.tar.gz
After tagging, open up 0.9.7m-dev
Diffstat (limited to 'crypto')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index ad6b7b1081..821c28cf21 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 0x009070cfL
+#define OPENSSL_VERSION_NUMBER 0x009070d0L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7l-fips 28 Sep 2006"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7m-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7l 28 Sep 2006"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7m-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT