From a68324f17c154c7f7ce4203e8895afa9a4c28d84 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Sat, 29 Apr 2017 23:07:53 +0800 Subject: [PATCH] Update version numbers in readme and version.h Closes https://github.com/igrr/axtls-8266/issues/34 --- README.md | 2 +- ssl/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe46b327c..1e0fc3e73 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Replacement for Espressif's libssl, kept as close as possible to [axTLS](http://axtls.sourceforge.net/) source. -Currently based on axTLS 1.5.3+. +Currently based on axTLS 2.0.0+. [![Build status](https://travis-ci.org/igrr/axtls-8266.svg)](https://travis-ci.org/igrr/axtls-8266) diff --git a/ssl/version.h b/ssl/version.h index e8158cc0d..4f03dca0f 100644 --- a/ssl/version.h +++ b/ssl/version.h @@ -1 +1 @@ -#define AXTLS_VERSION "1.4.9" +#define AXTLS_VERSION "2.0.0"