Deprecate the use of version-specific methods
[openssl.git] / include / openssl / opensslv.h
index 8eec7736ee70814d79d4391a52f25ad0d2e06784..9a06bdd1dc80aacf381a5aa156596e631d8df9a5 100644 (file)
@@ -30,11 +30,11 @@ extern "C" {
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-# define OPENSSL_VERSION_NUMBER  0x10100001L
+# define OPENSSL_VERSION_NUMBER  0x10100004L
 # ifdef OPENSSL_FIPS
-#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0-pre1-fips (alpha) 10 Dec 2015"
+#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0-pre4-fips-dev  xx XXX xxxx"
 # else
-#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0-pre1 (alpha) 10 Dec 2015"
+#  define OPENSSL_VERSION_TEXT    "OpenSSL 1.1.0-pre4-dev  xx XXX xxxx"
 # endif
 
 /*-
@@ -48,7 +48,7 @@ extern "C" {
  *
  *      libcrypto.so.0.9
  *
- * Some unixen also make a softlink with the major verson number only:
+ * Some unixen also make a softlink with the major version number only:
  *
  *      libcrypto.so.0
  *