summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-19 17:03:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-19 17:03:28 +0000
commiteb7112c18e893bf31bc90eff8fe8d97fcdd34a39 (patch)
tree7b0b5591182dbcf5127f629e2787eaa10ca66573 /crypto/opensslv.h
parentfef9e0793071cc0e6f2fd5942760e206d354adad (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 8a1a666afd..84dc7a99fe 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 0x0090816fL
+#define OPENSSL_VERSION_NUMBER 0x00908170L
#ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v-fips 19 Apr 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8w-fips-dev xx XXX xxxx"
#else
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8v 19 Apr 2012"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8w-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT