blob: e72b15911ae17f83d5727d339b2f5f57ffb134fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env nomsu -V4.10.12.7
#
This file defines upgrades from Nomsu <4.9 to 4.9
use "compatibility/compatibility.nom"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
upgrade action "if" to "4.9" via (..)
[%tree, %end_version] ->:
if ((size of %tree) > 2): return %tree
return \(when %tree.2)
|