From a63197fc6fb766e7ee8979581c90e586071dbf0c Mon Sep 17 00:00:00 2001 From: syzygy1 <3028851+syzygy1@users.noreply.github.com> Date: Sun, 28 Jun 2020 21:12:45 +0200 Subject: [PATCH] Cfish 11 --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index 5497b286..5e87a888 100644 --- a/src/misc.c +++ b/src/misc.c @@ -36,7 +36,7 @@ // Version number. If Version is left empty, then compile date in the format // DD-MM-YY and show in engine_info. -char Version[] = ""; +char Version[] = "11"; #ifndef _WIN32 pthread_mutex_t ioMutex = PTHREAD_MUTEX_INITIALIZER;