From a69555bc03cc5fe75215a48b34b1e504c1afe512 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 25 Jul 2018 13:49:17 -0700 Subject: Updated version numbers. --- core/collections.nom | 2 +- core/control_flow.nom | 2 +- core/coroutines.nom | 2 +- core/errors.nom | 2 +- core/io.nom | 2 +- core/math.nom | 2 +- core/metaprogramming.nom | 2 +- core/operators.nom | 2 +- core/scopes.nom | 2 +- core/text.nom | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'core') 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. -- cgit v1.2.3