shithub: moonfish

Download patch

ref: ef61f922096af4739a032fccc857126873909c3a
parent: 7d92ed4fefdbdbc6286769c8506d4db00f9fcf0c
author: zamfofex <zamfofex@twdb.moe>
date: Sun Jan 19 03:01:41 EST 2025

mark version as "indev"

--- a/moonfish.h
+++ b/moonfish.h
@@ -4,7 +4,7 @@
 #ifndef MOONFISH
 #define MOONFISH
 
-#define moonfish_version "v1"
+#define moonfish_version "indev"
 
 /* moonfish is a very simple chess bot written in C89 (ANSI C) */
 
--