Release of v0.8.0

This commit is contained in:
cschwinne 2018-10-15 16:15:51 +02:00
parent a5d6dc58d3
commit 377e4fa0a5
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
//version code in format yymmddb (b = daily build) //version code in format yymmddb (b = daily build)
#define VERSION 1810111 #define VERSION 1810151
char versionString[] = "0.8.0"; char versionString[] = "0.8.0";

View File

@ -243,7 +243,7 @@ void getBuildInfo()
#else #else
oappend("strip-pin: gpio2"); oappend("strip-pin: gpio2");
#endif #endif
oappend("\r\nbuild-type: dev\r\n"); oappend("\r\nbuild-type: src\r\n");
} }