1
0

Fix VERSION system variable

This commit is contained in:
otya128
2016-12-16 23:18:55 +09:00
parent b4d283daad
commit 00efdec87d
2 changed files with 4 additions and 4 deletions

View File

@@ -92,12 +92,10 @@ class TabStep : SystemVariable
}
class Version : SystemVariable
{
static VERSIONSTRING = "3.1.0";
static VERSION = 0x3010000;
@property
override Value value()
{
return Value(VERSION);
return Value(vm.petitcomputer.version_);
}
}
class FreeMem : SystemVariable