Skip to content

Commit

Permalink
Update strings.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed May 17, 2018
1 parent 5730089 commit 316c47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/strings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#define MOD_ADLER 65521

_String compileDate = __DATE__,
__HYPHY__VERSION__ = _String ("2.3.12.") & compileDate.Cut (7,10) & compileDate.Cut (0,2).Replace("Jan", "01", true).
__HYPHY__VERSION__ = _String ("2.3.13.") & compileDate.Cut (7,10) & compileDate.Cut (0,2).Replace("Jan", "01", true).
Replace("Feb", "02", true).
Replace("Mar", "03", true).
Replace("Apr", "04", true).
Expand Down

0 comments on commit 316c47e

Please sign in to comment.