From 81c444359fac7e4b0c849fd18e111b88e45915da Mon Sep 17 00:00:00 2001 From: Steven Weaver Date: Thu, 22 Aug 2019 13:13:58 -0400 Subject: [PATCH] version bump --- src/core/global_things.cpp | 2 +- src/core/strings.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/global_things.cpp b/src/core/global_things.cpp index e6a6fb96a..1e8d0b70b 100644 --- a/src/core/global_things.cpp +++ b/src/core/global_things.cpp @@ -119,7 +119,7 @@ namespace hy_global { kErrorStringDatasetRefIndexError ("Dataset index reference out of range"), kErrorStringMatrixExportError ("Export matrix called with a non-polynomial matrix argument"), kErrorStringNullOperand ("Attempting to operate on an undefined value; this is probably the result of an earlier 'soft' error condition"), - kHyPhyVersion = _String ("2.5.0"), + kHyPhyVersion = _String ("2.5.1"), kNoneToken = "None", kNullToken = "null", diff --git a/src/core/strings.cpp b/src/core/strings.cpp index 0718318fe..a54a62dc4 100644 --- a/src/core/strings.cpp +++ b/src/core/strings.cpp @@ -52,7 +52,7 @@ _String compileDate = __DATE__, - __HYPHY__VERSION__ = _String ("2.5.0"); + __HYPHY__VERSION__ = _String ("2.5.1"); using namespace hy_global;