From 57c880b6a36f08b156eff89a6b0120b72c6e7de9 Mon Sep 17 00:00:00 2001 From: holger Date: Sun, 13 Aug 2023 14:03:34 +0200 Subject: [PATCH] Prepare ngspice-41 --- src/include/ngspice/sharedspice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ngspice/sharedspice.h b/src/include/ngspice/sharedspice.h index d125d8be8..8961a6d8d 100644 --- a/src/include/ngspice/sharedspice.h +++ b/src/include/ngspice/sharedspice.h @@ -97,7 +97,7 @@ are of type bool if sharedspice.h is used externally. */ #ifndef NGSPICE_PACKAGE_VERSION -#define NGSPICE_PACKAGE_VERSION "40" +#define NGSPICE_PACKAGE_VERSION "41" #endif /* we have NG_BOOL instead of BOOL */ #ifndef HAS_NG_BOOL