Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed Aug 22, 2019
1 parent 1e92818 commit 81c4443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/global_things.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/core/strings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@


_String compileDate = __DATE__,
__HYPHY__VERSION__ = _String ("2.5.0");
__HYPHY__VERSION__ = _String ("2.5.1");

using namespace hy_global;

Expand Down

0 comments on commit 81c4443

Please sign in to comment.