From ac48b16708e5bb4b8841d02e050761c541d74085 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 1 Feb 2010 14:59:55 +0100 Subject: [PATCH] Update release number Signed-off-by: Marco Costalba --- src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 60c6c3ba..ea875bf9 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -50,7 +50,7 @@ using namespace std; /// Version number. If this is left empty, the current date (in the format /// YYMMDD) is used as a version number. -static const string EngineVersion = "1.6.2"; +static const string EngineVersion = "1.6.3"; static const string AppName = "Stockfish"; static const string AppTag = "";