Prepare for 0.9.8ze-dev
[oweals/openssl.git] / crypto / opensslv.h
index ce06399fa643f6d456a64e6f950235fbd8522aec..b850c62d98e2f5ff0e4becaf7c108787900fb49d 100644 (file)
@@ -12,7 +12,7 @@
  * 0.9.3-beta2    0x00903002 (same as ...beta2-dev)
  * 0.9.3         0x0090300f
  * 0.9.3a        0x0090301f
- * 0.9.4         0x0090400f
+ * 0.9.4         0x0090400f
  * 1.2.3z        0x102031af
  *
  * For continuity reasons (because 0.9.5 is already out, and is coded
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-#define OPENSSL_VERSION_NUMBER 0x00907000L
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.7-dev 24 Sep 2000"
+#define OPENSSL_VERSION_NUMBER 0x009081e0L
+#ifdef OPENSSL_FIPS
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8ze-fips-dev xx XXX xxxx"
+#else
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8ze-dev xx XXX xxxx"
+#endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT
 
 
@@ -79,7 +83,7 @@
  * should only keep the versions that are binary compatible with the current.
  */
 #define SHLIB_VERSION_HISTORY ""
-#define SHLIB_VERSION_NUMBER "0.9.7"
+#define SHLIB_VERSION_NUMBER "0.9.8"
 
 
 #endif /* HEADER_OPENSSLV_H */