mirror of https://github.com/arendst/Tasmota.git
Bump version to 6.7
This commit is contained in:
parent
0cffc0207f
commit
4c22d80c73
|
@ -1,4 +1,7 @@
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
|
* 6.7.0 20191025
|
||||||
|
* Release
|
||||||
|
*
|
||||||
* 6.6.0.21 20191022
|
* 6.6.0.21 20191022
|
||||||
* Remove support for WPS and SmartConfig in favour of Web server (!) based WifiManager (#6680)
|
* Remove support for WPS and SmartConfig in favour of Web server (!) based WifiManager (#6680)
|
||||||
* Remove binary sonoff-classic (#6680)
|
* Remove binary sonoff-classic (#6680)
|
||||||
|
|
|
@ -20,6 +20,6 @@
|
||||||
#ifndef _SONOFF_VERSION_H_
|
#ifndef _SONOFF_VERSION_H_
|
||||||
#define _SONOFF_VERSION_H_
|
#define _SONOFF_VERSION_H_
|
||||||
|
|
||||||
const uint32_t VERSION = 0x06060015;
|
const uint32_t VERSION = 0x06070000;
|
||||||
|
|
||||||
#endif // _SONOFF_VERSION_H_
|
#endif // _SONOFF_VERSION_H_
|
||||||
|
|
Loading…
Reference in New Issue