From 8dcd1db031c53176cffcbe4a7530ce040bb59b1d Mon Sep 17 00:00:00 2001 From: Lewis Van Winkle Date: Sat, 8 Aug 2026 05:34:34 -0500 Subject: [PATCH] Update CITATION title to say C99 --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 296cae4..b6351d7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." -title: "Genann: simple neural network library in ANSI C" +title: "Genann: simple neural network library in C99" authors: - family-names: "Van Winkle" given-names: "Lewis"