Repository for LD scripts; common LD script for ESP8266 // Resolve #379

This commit is contained in:
Ivan Kravets
2015-12-17 18:17:54 +02:00
parent f0abd353ae
commit 3cbbecb413
4 changed files with 10 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (2, 6, "1.dev0")
VERSION = (2, 6, "1.dev1")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"