Improve auto installation for SCons

This commit is contained in:
Ivan Kravets
2015-12-22 18:07:15 +02:00
parent 9b058c3958
commit abdc76aef8
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (2, 6, 3)
VERSION = (2, 6, "4.dev0")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"