• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Révisionbd31d02e412f80f53073a1eb776dffe06ac91746 (tree)
l'heure2016-01-14 23:26:56
AuteurRichard Levitte <richard@levi...>
CommiterRichard Levitte

Message de Log

Prepare for 1.1.0-pre2 release

Reviewed-by: Matt Caswell <matt@openssl.org>

Change Summary

Modification

--- a/README
+++ b/README
@@ -1,5 +1,5 @@
11
2- OpenSSL 1.1.0-pre2-dev
2+ OpenSSL 1.1.0-pre2 (alpha) 14 Jan 2016
33
44 Copyright (c) 1998-2016 The OpenSSL Project
55 Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -32,9 +32,9 @@ extern "C" {
3232 */
3333 # define OPENSSL_VERSION_NUMBER 0x10100002L
3434 # ifdef OPENSSL_FIPS
35-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-fips-dev xx XXX xxxx"
35+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-fips (alpha) 14 Jan 2016"
3636 # else
37-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-dev xx XXX xxxx"
37+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2 (alpha) 14 Jan 2016"
3838 # endif
3939
4040 /*-