aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
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/id.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/text.nom2
10 files changed, 10 insertions, 10 deletions
diff --git a/core/collections.nom b/core/collections.nom
index 5697af9..69685b8 100644
--- a/core/collections.nom
+++ b/core/collections.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
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 12bb9c6..a998795 100644
--- a/core/control_flow.nom
+++ b/core/control_flow.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
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 c1dd21d..1a164a9 100644
--- a/core/coroutines.nom
+++ b/core/coroutines.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
This file defines the code that creates and manipulates coroutines
diff --git a/core/errors.nom b/core/errors.nom
index edcfffa..6a773a7 100644
--- a/core/errors.nom
+++ b/core/errors.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
This file contains basic error reporting code
diff --git a/core/id.nom b/core/id.nom
index a450288..a22df25 100644
--- a/core/id.nom
+++ b/core/id.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
A simple UUID function based on RFC 4122: http://www.ietf.org/rfc/rfc4122.txt
diff --git a/core/io.nom b/core/io.nom
index 1d8bac4..6333292 100644
--- a/core/io.nom
+++ b/core/io.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
This file contains basic input/output code
diff --git a/core/math.nom b/core/math.nom
index 05b7dd8..adba0e9 100644
--- a/core/math.nom
+++ b/core/math.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
This file defines some common math literals and functions
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom
index 6ee9f13..a9eabd0 100644
--- a/core/metaprogramming.nom
+++ b/core/metaprogramming.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
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 9b095d0..8d646e9 100644
--- a/core/operators.nom
+++ b/core/operators.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
This file contains definitions of operators like "+" and "and".
diff --git a/core/text.nom b/core/text.nom
index 97f560e..80f5ac9 100644
--- a/core/text.nom
+++ b/core/text.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V6.12.12.8
+#!/usr/bin/env nomsu -V6.13.12.8
#
This file contains some definitions of text escape sequences, including ANSI console
color codes.