diff options
Diffstat (limited to 'tools/hiby_patcher.pl')
-rwxr-xr-x | tools/hiby_patcher.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hiby_patcher.pl b/tools/hiby_patcher.pl index cff029e03b..8d91cd5eb1 100755 --- a/tools/hiby_patcher.pl +++ b/tools/hiby_patcher.pl @@ -299,7 +299,7 @@ if ($hiby) { open UPDATEO, ">$versionname.new" || die ("Can't open version.txt!"); while (<UPDATE>) { - s/ver=1\.0\.0\.0/ver=2018-10-07T00:00:00+08:00/; + s/ver=1\.0\.0\.0/ver=ver=2018-10-07T00:00:00+08:00/; print UPDATEO; } |