1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-16 22:27:59 +03:00

Update version numbers in readme and version.h

Closes https://github.com/igrr/axtls-8266/issues/34
This commit is contained in:
Ivan Grokhotkov
2017-04-29 23:07:53 +08:00
parent bddda2a0cf
commit a68324f17c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
Replacement for Espressif's libssl, kept as close as possible to [axTLS](http://axtls.sourceforge.net/) source. 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) [![Build status](https://travis-ci.org/igrr/axtls-8266.svg)](https://travis-ci.org/igrr/axtls-8266)

View File

@@ -1 +1 @@
#define AXTLS_VERSION "1.4.9" #define AXTLS_VERSION "2.0.0"