release v1.0 v1.0
authorLaurent Mazet <mazet@softndesign.org>
Sat, 29 Jun 2024 13:14:20 +0000 (15:14 +0200)
committerLaurent Mazet <mazet@softndesign.org>
Sat, 29 Jun 2024 13:14:20 +0000 (15:14 +0200)
solitaire.c

index f55e823ab4b3f898e339befab6e8521e2265c4ae..48bbbdce70b8cb590baf8fa2fb5daf6b674f4689 100644 (file)
@@ -18,7 +18,7 @@
 
 /* static variables */
 char *progname = NULL;
-char *version = "0.1";
+char *version = "1.0";
 
 char *boardname = "french";
 char *filename = NULL;