From 6dfe752a31a5e1f40990179aa15b5274b49f0404 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 14 May 2024 17:16:35 +0200 Subject: [PATCH] using semver --- dicepwgen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dicepwgen.h b/dicepwgen.h index e42d224..f5e1a62 100644 --- a/dicepwgen.h +++ b/dicepwgen.h @@ -37,7 +37,7 @@ #define STRINGIZE(x) #x #define STRINGIZE_VALUE_OF(x) STRINGIZE(x) -#define VERSION "1.2" +#define VERSION "1.2.0" #define RLEN 1024 extern int humantoss;