From ce72667fcd29af4155b84634d4055d9c196e7d0c Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Thu, 21 May 2020 19:42:56 +0200 Subject: [PATCH] shared lib version 32 --- src/sharedspice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sharedspice.c b/src/sharedspice.c index 306029d55..ef913fca4 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -10,7 +10,7 @@ /*******************/ #ifdef _MSC_VER -#define SHAREDSPICE_version "31.0" +#define SHAREDSPICE_version "32.0" #define STDIN_FILENO 0 #define STDOUT_FILENO 1 #define STDERR_FILENO 2