Prepare for next version....
authorDr. Stephen Henson <steve@openssl.org>
Mon, 15 Sep 2008 12:19:09 +0000 (12:19 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 15 Sep 2008 12:19:09 +0000 (12:19 +0000)
CHANGES
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index 72cc168f6a59b09ce4d156c308efaf96fa7ee780..01b67ea68e5f037b7cc7ace078536b2aadb95924 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
  OpenSSL CHANGES
  _______________
 
+ Changes between 0.9.8i and 0.9.8j  [xx XXX xxxx]
+
+  *)
+
  Changes between 0.9.8h and 0.9.8i  [15 Sep 2008]
 
   *) Fix a state transitition in s3_srvr.c and d1_srvr.c
index 7162ac7180b966a0cd3c7bcbb2ae1109615f417c..051d126498ef566a5f027a334f5b2ee303b98685 100644 (file)
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-#define OPENSSL_VERSION_NUMBER 0x0090808fL
+#define OPENSSL_VERSION_NUMBER 0x00908090L
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8i-fips 15 Sep 2008"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8j-fips-dev xx XXX xxxx"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8i 15 Sep 2008"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8j-dev xx XXX xxxx"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT