aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-25 13:49:17 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-25 13:49:17 -0700
commita69555bc03cc5fe75215a48b34b1e504c1afe512 (patch)
tree90e96ce46ca50996b505c0a615d590083c8b3f1e /core
parentfe47b7c2cb8c536d56907e679af7a94de0e338c3 (diff)
Updated version numbers.
Diffstat (limited to 'core')
-rw-r--r--core/collections.nom2
-rw-r--r--core/control_flow.nom2
-rw-r--r--core/coroutines.nom2
-rw-r--r--core/errors.nom2
-rw-r--r--core/io.nom2
-rw-r--r--core/math.nom2
-rw-r--r--core/metaprogramming.nom2
-rw-r--r--core/operators.nom2
-rw-r--r--core/scopes.nom2
-rw-r--r--core/text.nom2
10 files changed, 10 insertions, 10 deletions
diff --git a/core/collections.nom b/core/collections.nom
index 6f2d4c8..5f00358 100644
--- a/core/collections.nom
+++ b/core/collections.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This file contains code that supports manipulating and using collections like lists
and dictionaries.
diff --git a/core/control_flow.nom b/core/control_flow.nom
index 19a9186..24e367d 100644
--- a/core/control_flow.nom
+++ b/core/control_flow.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This file contains compile-time actions that define basic control flow structures
like "if" statements and loops.
diff --git a/core/coroutines.nom b/core/coroutines.nom
index 77b3cb9..1ebb2db 100644
--- a/core/coroutines.nom
+++ b/core/coroutines.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This file defines the code that creates and manipulates coroutines
diff --git a/core/errors.nom b/core/errors.nom
index 297144d..2c24de8 100644
--- a/core/errors.nom
+++ b/core/errors.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This file contains basic error reporting code
diff --git a/core/io.nom b/core/io.nom
index 34fca53..651eee2 100644
--- a/core/io.nom
+++ b/core/io.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This file contains basic input/output code
diff --git a/core/math.nom b/core/math.nom
index a7b873e..5337d8c 100644
--- a/core/math.nom
+++ b/core/math.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This file defines some common math literals and functions
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom
index 8a4d450..4168c82 100644
--- a/core/metaprogramming.nom
+++ b/core/metaprogramming.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This File contains actions for making actions and compile-time actions and some helper
functions to make that easier.
diff --git a/core/operators.nom b/core/operators.nom
index 6d489ff..2805b87 100644
--- a/core/operators.nom
+++ b/core/operators.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This file contains definitions of operators like "+" and "and".
diff --git a/core/scopes.nom b/core/scopes.nom
index 2b222f9..3dfe473 100644
--- a/core/scopes.nom
+++ b/core/scopes.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This file contains definitions pertaining to variable scoping
diff --git a/core/text.nom b/core/text.nom
index a4899be..4373982 100644
--- a/core/text.nom
+++ b/core/text.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V2.5.4.3
+#!/usr/bin/env nomsu -V2.5.5.4
#
This file contains some definitions of text escape sequences, including ANSI console
color codes.