From 92b69cbc55a75a6956b74c48b60218880bc5d80a Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sun, 16 Sep 2018 09:15:05 +0200 Subject: [PATCH] prepare ngspice-29 --- src/sharedspice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sharedspice.c b/src/sharedspice.c index 7fb851757..91a95eaba 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -10,7 +10,7 @@ /*******************/ #ifdef _MSC_VER -#define SHAREDSPICE_version "28.0" +#define SHAREDSPICE_version "29.0" #define STDIN_FILENO 0 #define STDOUT_FILENO 1 #define STDERR_FILENO 2