prepare for release
[openssl.git] / crypto / opensslv.h
index ce06399fa643f6d456a64e6f950235fbd8522aec..6af42588d4758530c4e767792b48de9735a10bb3 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 0x0090819fL
+#ifdef OPENSSL_FIPS
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8y-fips 5 Feb 2013"
+#else
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8y 5 Feb 2013"
+#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 */