prepare for release
[openssl.git] / crypto / opensslv.h
index 1dd3280798a891f81480c7405c0494f6178a30ec..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 0x00908000L
+#define OPENSSL_VERSION_NUMBER 0x0090819fL
 #ifdef OPENSSL_FIPS
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8-fips-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8y-fips 5 Feb 2013"
 #else
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8-dev XX xxx XXXX"
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.8y 5 Feb 2013"
 #endif
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT