aboutsummaryrefslogtreecommitdiff
path: root/compatibility/3.5.5.6.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-08-29 15:02:36 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-08-29 15:03:03 -0700
commit23b52bc22d9ec24702c1bed0f8ce90271eec6460 (patch)
treead30c4d7da4fe2f0cb328ea5c0da883ec91ac641 /compatibility/3.5.5.6.nom
parente64632be1aa938c865d06acfcf6641b75ecb42ac (diff)
Intermediate step in upgrading to 3.6. Fixed a bug with upgrading
methods.
Diffstat (limited to 'compatibility/3.5.5.6.nom')
-rw-r--r--compatibility/3.5.5.6.nom9
1 files changed, 6 insertions, 3 deletions
diff --git a/compatibility/3.5.5.6.nom b/compatibility/3.5.5.6.nom
index 32d598c..a8b8a69 100644
--- a/compatibility/3.5.5.6.nom
+++ b/compatibility/3.5.5.6.nom
@@ -1,8 +1,11 @@
-#!/usr/bin/env nomsu -V3.5.5.6
+#!/usr/bin/env nomsu -V3.6.5.6
#
This file defines upgrades from Nomsu <3.5.5.6 to Nomsu 3.5.5.6
use "compatibility/compatibility.nom"
-upgrade action "traceback" to "3.5.5.6" via ([%] -> (barf "'traceback' has been deprecated"))
-upgrade action "traceback 1" to "3.5.5.6" via ([%] -> (barf "'traceback 1' has been deprecated"))
+upgrade action "traceback" to "3.5.5.6" via (..)
+ [%] -> (barf "'traceback' has been deprecated")
+
+upgrade action "traceback 1" to "3.5.5.6" via (..)
+ [%] -> (barf "'traceback 1' has been deprecated")