summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-01-07 23:38:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-01-07 23:38:34 +0000
commitd34353cc9102858f0f9e4434998977ce68c35919 (patch)
treedf600843849c18890899fa330d52094444c8b194 /crypto/opensslv.h
parent6287fa53962a88881be5b5b8939491c384e0bdd2 (diff)
Prepare for next version.
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 09687b5136..fd4cbf3fad 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 0x009080afL
+#define OPENSSL_VERSION_NUMBER 0x009080b0L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j-fips 07 Jan 2009"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8k-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8j 07 Jan 2009"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8k-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT