From 3e6ac38fdad0bf852f7edac6735c67be245d6713 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 6 May 2018 12:39:04 +0200 Subject: [PATCH] Mark that we are using a patched version. --- src/misc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc.cpp b/src/misc.cpp index 2bcc7c13..4d2abd5a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -133,6 +133,7 @@ const string engine_info(bool to_uci) { { date >> month >> day >> year; ss << setw(2) << day << setw(2) << (1 + months.find(month) / 4) << year.substr(2); + ss << "-asn"; } ss << (Is64Bit ? " 64" : "") -- 2.39.2