From cb0d8f18dc99934b712233fe59ae5c5c1e56ae90 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 18 Dec 2021 13:47:43 +0100 Subject: [PATCH] Prepare for ngspice-36 --- 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 dad7381c2..074716da1 100644 --- a/src/include/ngspice/sharedspice.h +++ b/src/include/ngspice/sharedspice.h @@ -92,7 +92,7 @@ are of type bool if sharedspice.h is used externally. */ #ifndef NGSPICE_PACKAGE_VERSION -#define NGSPICE_PACKAGE_VERSION "35" +#define NGSPICE_PACKAGE_VERSION "36" #endif /* we have NG_BOOL instead of BOOL */ #ifndef HAS_NG_BOOL