diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-08-24 15:28:39 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-08-24 15:28:39 -0400 |
commit | 910e600ba20fcc6b8493ca50da05d02d68990ba8 (patch) | |
tree | 839c2eff12a75ede1dcf715b229e40c6260108f0 /tools | |
parent | c7cbd494eb59dbc1c7aef7b70359712bc5218d74 (diff) |
Mark xDuoo X3 as "stable" in the build system as it now has a manual
Change-Id: I8df272b4f8f2a19bbe49dfb938243ed592201797
Diffstat (limited to 'tools')
-rw-r--r-- | tools/builds.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm index 466d10efea..d46aa83495 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -434,7 +434,7 @@ $releasenotes="/wiki/ReleaseNotes315"; }, 'xduoox3' => { name => 'xDuoo X3', - status => 2, + status => 3, }, 'xduoox3ii' => { name => 'xDuoo X3ii', |