From ec4877d49842714bc6347d0f63b42d784a4535f7 Mon Sep 17 00:00:00 2001 From: Steven Weaver Date: Wed, 10 Jan 2018 17:02:41 -0800 Subject: [PATCH] Update strings.cpp --- src/core/strings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/strings.cpp b/src/core/strings.cpp index 2c44143d0..f83b34288 100644 --- a/src/core/strings.cpp +++ b/src/core/strings.cpp @@ -69,7 +69,7 @@ #define MOD_ADLER 65521 _String compileDate = __DATE__, - __HYPHY__VERSION__ = _String ("2.3.7") & compileDate.Cut (7,10) & compileDate.Cut (0,2).Replace("Jan", "01", true). + __HYPHY__VERSION__ = _String ("2.3.9") & compileDate.Cut (7,10) & compileDate.Cut (0,2).Replace("Jan", "01", true). Replace("Feb", "02", true). Replace("Mar", "03", true). Replace("Apr", "04", true).